diff options
Diffstat (limited to 'src/ReceiverThreads/ReceiverThreads.h')
-rw-r--r-- | src/ReceiverThreads/ReceiverThreads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReceiverThreads/ReceiverThreads.h b/src/ReceiverThreads/ReceiverThreads.h index 7cb04c0..094652a 100644 --- a/src/ReceiverThreads/ReceiverThreads.h +++ b/src/ReceiverThreads/ReceiverThreads.h @@ -15,7 +15,7 @@ class ReceiverThreads { public: - ReceiverThreads(const std::string& address, const int timeIntervall, const int numberOfDetectorModules); + ReceiverThreads(const std::string& address, const int timeIntervall, const int numberOfDetectorModules, const int firstPort = 4000); auto run() -> void; private: |