Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv13887/src/gui

Modified Files:
        wxlparser.cpp 
Log Message:
Fixed compilation problem

Index: wxlparser.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxlparser.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -b -u -2 -r1.54 -r1.55
--- wxlparser.cpp       18 Sep 2003 16:30:56 -0000      1.54
+++ wxlparser.cpp       27 Sep 2003 10:51:30 -0000      1.55
@@ -31,5 +31,5 @@
 #define   BASE_SIZE 12
 
-static inline bool IsEndOfLine(const char *p)
+static inline bool LayoutParserIsEndOfLine(const char *p)
 {
    // the end of line is either just '\n' or "\r\n" or even '\r' - we
@@ -89,5 +89,5 @@
    for ( const char *cptr = str.c_str(); *cptr; cptr++ )
    {
-      while ( *cptr && !IsEndOfLine(cptr) )
+      while ( *cptr && !LayoutParserIsEndOfLine(cptr) )
       {
          s += *cptr++;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to