From: Maxim Mamontov <faust.madf@gmail.com>
Date: Mon, 21 Mar 2011 15:16:09 +0000 (+0200)
Subject: Fix types
X-Git-Tag: 2.407-rc3~123
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/9565aec4ba3122bd2c17bc32ee0cc57c948ac36f

Fix types
---

diff --git a/projects/stargazer/main.cpp b/projects/stargazer/main.cpp
index 6a8c61f5..9ae5db7d 100644
--- 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;