X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bd345ea112678f4ed9cfa5132b6ded87ff3c4207..a096e833c2060ab274345ad6a5b7cd91abf29b9c:/tests/testauth.h?ds=sidebyside

diff --git a/tests/testauth.h b/tests/testauth.h
index 93ef5c26..7085f927 100644
--- a/tests/testauth.h
+++ b/tests/testauth.h
@@ -18,7 +18,7 @@ class TEST_AUTH : public AUTH {
 
         int Start() { return 0; }
         int Stop() { return 0; }
-        int Reload() { return 0; }
+        int Reload(const MODULE_SETTINGS&) { return 0; }
         bool IsRunning() { return true; }
         const std::string & GetStrError() const { return strError; }
         std::string GetVersion() const { return ""; }