Finished fine tuning due to linter output.
[bpdyndnsd] / src / httphelper.h
index 9a1e047..026cfec 100644 (file)
@@ -50,7 +50,7 @@ public:
 
     std::string get_curl_data() const;
 
-    bool is_initialized();
+    bool is_initialized() const;
 
     // libcurl is a C library, so we have to make the callback member function static :-(
     static size_t http_receive(const char *inBuffer, size_t size, size_t nmemb, std::string *outBuffer);