Author: wyoung
Date: Wed Sep 26 20:49:41 2007
New Revision: 1759

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1759&view=rev
Log:
Fixed a constness portability issue on Windows

Modified:
    trunk/examples/att_getopt.cpp

Modified: trunk/examples/att_getopt.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/att_getopt.cpp?rev=1759&r1=1758&r2=1759&view=diff
==============================================================================
--- trunk/examples/att_getopt.cpp (original)
+++ trunk/examples/att_getopt.cpp Wed Sep 26 20:49:41 2007
@@ -19,7 +19,7 @@
 {
        static int sp = 1;
        register int c;
-       register char *cp;
+       register const char *cp;
 
        if (sp == 1) {
                /* If all args are processed, finish */


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to