git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4a6814d
)
Added missing semicolon.
author
Maxim Mamontov
<faust@stg.dp.ua>
Thu, 8 Aug 2013 08:35:34 +0000
(11:35 +0300)
committer
Maxim Mamontov
<faust@stg.dp.ua>
Thu, 8 Aug 2013 08:35:34 +0000
(11:35 +0300)
stglibs/srvconf.lib/include/stg/parser_get_user.h
patch
|
blob
|
history
diff --git
a/stglibs/srvconf.lib/include/stg/parser_get_user.h
b/stglibs/srvconf.lib/include/stg/parser_get_user.h
index 8fc894a4b6636e9d8f962c96e422c2cc7a228536..3f09ca5e7194fd60e35b8ac730d46a290f987ff2 100644
(file)
--- a/
stglibs/srvconf.lib/include/stg/parser_get_user.h
+++ b/
stglibs/srvconf.lib/include/stg/parser_get_user.h
@@
-35,7
+35,7
@@
class BASE_PROPERTY_PARSER
{
public:
virtual bool Parse(const char ** attr) = 0;
-}
+}
;
template <typename T>
class PROPERTY_PARSER