X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0a3e4d188472ff4be7948d84a7d0be4c09169da2..ff1555c1d973c2d0aea546b4d20577715e132577:/tests/testauth.h

diff --git a/tests/testauth.h b/tests/testauth.h
index f899e800..93ef5c26 100644
--- a/tests/testauth.h
+++ b/tests/testauth.h
@@ -21,7 +21,7 @@ class TEST_AUTH : public AUTH {
         int Reload() { 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; }