git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use C++03 in cppcheck.
[stg.git]
/
stglibs
/
srvconf.lib
/
include
/
stg
/
servconf.h
diff --git
a/stglibs/srvconf.lib/include/stg/servconf.h
b/stglibs/srvconf.lib/include/stg/servconf.h
index bb5491fe63c2f04d13e8abd97632dae36177cb9b..6bf33ddb189288e5daaedfb95c458ace5fe4b510 100644
(file)
--- a/
stglibs/srvconf.lib/include/stg/servconf.h
+++ b/
stglibs/srvconf.lib/include/stg/servconf.h
@@
-243,6
+243,7
@@
class SERVCONF
{
public:
SERVCONF();
+ ~SERVCONF();
void SetServer(const char * server);
void SetPort(uint16_t port);