summaryrefslogtreecommitdiffstats
path: root/src/Detector/Detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Detector/Detector.h')
-rw-r--r--src/Detector/Detector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Detector/Detector.h b/src/Detector/Detector.h
index 16f946a..1969dbd 100644
--- a/src/Detector/Detector.h
+++ b/src/Detector/Detector.h
@@ -17,7 +17,7 @@
class Detector {
public:
- Detector(const std::string& address, const std::string& configPath, const unsigned int timeIntervall, const int packetSize);
+ Detector(const std::string& address, const std::string& configPath, const unsigned int timeIntervall);
auto run() -> void;
private: