git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Moved GET_USER and GET_USERS parsers from global scope.
[stg.git]
/
include
/
stg
/
users.h
diff --git
a/include/stg/users.h
b/include/stg/users.h
index 19a9d7b7446a8b01cc647b8ad7b63a496ddbd59e..a1d5d295ced2f91adaac53ac95589e5c5c1ad42f 100644
(file)
--- a/
include/stg/users.h
+++ b/
include/stg/users.h
@@
-62,6
+62,7
@@
public:
virtual int Start() = 0;
virtual int Stop() = 0;
+
};
#endif