diff options
Diffstat (limited to 'high-can-binding/high.hpp')
-rw-r--r-- | high-can-binding/high.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/high-can-binding/high.hpp b/high-can-binding/high.hpp index a4c6683..7ccc87d 100644 --- a/high-can-binding/high.hpp +++ b/high-can-binding/high.hpp @@ -45,7 +45,7 @@ public: void tick(sd_event_source *source, const long &now, void *interv); void startTimer(const int &t); ~High(); - void parseConfigAndSubscribe(); + void parseConfigAndSubscribe(const std::string& confd); static bool startsWith(const std::string &s, const std::string &val); static void callBackFromSubscribe(void *handle, int iserror, json_object *result); private: |