paragui-dev
[Top][All Lists]
Advanced

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

[paragui-dev] very small patch so paragui 1.0.4 can be used for moagg wi


From: Dries Verachtert
Subject: [paragui-dev] very small patch so paragui 1.0.4 can be used for moagg with gcc 3.4.2
Date: Tue, 21 Dec 2004 08:29:09 +0100
User-agent: KMail/1.7.1

Hello,

The newer gcc 3.4 is quite strict and gives an error if there is a ';' not 
needed. Therefore i had to remove a ';' in paragui-1.0.4/include/pglog.h 
at line 87 to make it work with moagg (a game wich uses paragui). 

kind regards,
Dries Verachtert

diff -uNr paragui-1.0.4-orig/include/pglog.h paragui-1.0.4/include/pglog.h
--- paragui-1.0.4-orig/include/pglog.h  2003-03-30 18:30:57.000000000 +0200
+++ paragui-1.0.4/include/pglog.h       2004-12-20 23:19:48.968364440 +0100
@@ -84,7 +84,7 @@
        DECLSPEC void SetConsoleKey(SDLKey key);
        DECLSPEC SDLKey GetConsoleKey();
        DECLSPEC void SetTitle(const char* title, int alignment = PG_TA_CENTER);
-};
+}

 #endif




reply via email to

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