git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added "smart" iconv 2nd arg const-ness detection.
[stg.git]
/
tests
/
testauth.h
diff --git
a/tests/testauth.h
b/tests/testauth.h
index f899e800bea865de0cd2086a16cd728e6174bf6a..93ef5c268c78c8e1169f1a5f74fda5a6197b4667 100644
(file)
--- 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; }
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; }
uint16_t GetStartPosition() const { return 0; }
uint16_t GetStopPosition() const { return 0; }