]> git.stg.codes - stg.git/blobdiff - tests/testauth.h
Fixed tests.
[stg.git] / tests / testauth.h
index f899e800bea865de0cd2086a16cd728e6174bf6a..93ef5c268c78c8e1169f1a5f74fda5a6197b4667 100644 (file)
@@ -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; }