Author: wyoung
Date: Wed Sep 26 21:15:24 2007
New Revision: 1763

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1763&view=rev
Log:
Another constness fix for VC++

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=1763&r1=1762&r2=1763&view=diff
==============================================================================
--- trunk/examples/att_getopt.cpp (original)
+++ trunk/examples/att_getopt.cpp Wed Sep 26 21:15:24 2007
@@ -12,7 +12,7 @@
 
 int ag_optind = 1;
 int ag_optopt;
-char* ag_optarg;
+const char* ag_optarg;
 
 int
 att_getopt(int argc, char* const argv[], const char* ag_opts)


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

Reply via email to