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 protocol dumper.
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
ping
/
ping.h
diff --git
a/projects/stargazer/plugins/other/ping/ping.h
b/projects/stargazer/plugins/other/ping/ping.h
index 421b83da5ae3232115be566fdb834dfda3546008..29e4974ef4be2779c286ff36dfd82dcc2661e328 100644
(file)
--- a/
projects/stargazer/plugins/other/ping/ping.h
+++ b/
projects/stargazer/plugins/other/ping/ping.h
@@
-116,7
+116,7
@@
public:
bool IsRunning();
const std::string & GetStrError() const { return errorStr; }
bool IsRunning();
const std::string & GetStrError() const { return errorStr; }
-
const
std::string GetVersion() const { return "Pinger v.1.01"; }
+ std::string GetVersion() const { return "Pinger v.1.01"; }
uint16_t GetStartPosition() const { return 10; }
uint16_t GetStopPosition() const { return 10; }
uint16_t GetStartPosition() const { return 10; }
uint16_t GetStopPosition() const { return 10; }