]> git.stg.codes - stg.git/commitdiff
Fix types
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 21 Mar 2011 15:16:09 +0000 (17:16 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 21 Mar 2011 15:16:09 +0000 (17:16 +0200)
projects/stargazer/main.cpp

index 6a8c61f51dea08829f1a4fd38a45ccdd585e575b..9ae5db7d4458b372671971c450bd677b244c3d55 100644 (file)
@@ -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;