pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Renamed PingusMain::main(


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Renamed PingusMain::main() to PingusMain::run() as the SDL_main hack g... on 2011-09-09 03:11 GMT
Date: Fri, 09 Sep 2011 03:24:06 +0000

Revision: 4da057a26fa5
Author:   Ingo Ruhnke <address@hidden>
Date:     Thu Sep  8 20:11:16 2011
Log: Renamed PingusMain::main() to PingusMain::run() as the SDL_main hack gets confused by that

http://code.google.com/p/pingus/source/detail?r=4da057a26fa5

Modified:
 /src/pingus/pingus_main.cpp

=======================================
--- /src/pingus/pingus_main.cpp Thu Sep  8 20:04:15 2011
+++ /src/pingus/pingus_main.cpp Thu Sep  8 20:11:16 2011
@@ -665,7 +665,7 @@
 }

 int
-PingusMain::main(int argc, char** argv)
+PingusMain::run(int argc, char** argv)
 {
   g_logger.set_log_level(Logger::kTemp);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]