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
(parent:
717edb5
)
Fix types
author
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 21 Mar 2011 15:16:09 +0000
(17:16 +0200)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Mon, 21 Mar 2011 15:16:09 +0000
(17:16 +0200)
projects/stargazer/main.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/main.cpp
b/projects/stargazer/main.cpp
index 6a8c61f51dea08829f1a4fd38a45ccdd585e575b..9ae5db7d4458b372671971c450bd677b244c3d55 100644
(file)
--- a/
projects/stargazer/main.cpp
+++ b/
projects/stargazer/main.cpp
@@
-452,9
+452,9
@@
int main(int argc, char * argv[])
SETTINGS * settings = NULL;
STORE * dataStore = NULL;
-TARIFFS * tariffs = NULL;
-ADMINS * admins = NULL;
-USERS * users = NULL;
+TARIFFS
_IMPL
* tariffs = NULL;
+ADMINS
_IMPL
* admins = NULL;
+USERS
_IMPL
* users = NULL;
TRAFFCOUNTER * traffCnt = NULL;
int msgID = -11;