From: Maxim Mamontov Date: Wed, 27 Jul 2011 14:11:08 +0000 (+0300) Subject: Fixed compilation issues X-Git-Tag: 2.408-alpha~59 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/ea9df442e199cb120f647432088d157b2a40e282 Fixed compilation issues --- diff --git a/projects/stargazer/main.cpp b/projects/stargazer/main.cpp index 5014c5cf..cdaee3b0 100644 --- a/projects/stargazer/main.cpp +++ b/projects/stargazer/main.cpp @@ -347,12 +347,12 @@ switch (executerPid) case 0: delete settings; - Executer(msgKey, *msgID, executerPid, procName); + Executer(*msgID, executerPid, procName); return 1; default: if (executersPid.empty()) { - Executer(msgKey, *msgID, executerPid, NULL); + Executer(*msgID, executerPid, NULL); } executersPid.insert(executerPid); }