X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0a3e4d188472ff4be7948d84a7d0be4c09169da2..ce23bada2111a637074629161268ce1039d28a58:/tests/testauth.h diff --git a/tests/testauth.h b/tests/testauth.h index f899e800..7085f927 100644 --- a/tests/testauth.h +++ b/tests/testauth.h @@ -18,10 +18,10 @@ 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; } - const std::string GetVersion() const { return ""; } + std::string GetVersion() const { return ""; } uint16_t GetStartPosition() const { return 0; } uint16_t GetStopPosition() const { return 0; }