Author: wyoung
Date: Sat Oct  7 01:08:47 2006
New Revision: 1322

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1322&view=rev
Log:
Removed a pointless semicolon

Modified:
    trunk/lib/query.h

Modified: trunk/lib/query.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/query.h?rev=1322&r1=1321&r2=1322&view=diff
==============================================================================
--- trunk/lib/query.h (original)
+++ trunk/lib/query.h Sat Oct  7 01:08:47 2006
@@ -589,7 +589,7 @@
        // from Doxygen, which gets confused by macro instantiations that look
        // like method declarations.
        mysql_query_define0(std::string, preview)
-       mysql_query_define0(std::string, str);
+       mysql_query_define0(std::string, str)
        mysql_query_define1(ResNSel, execute)
        mysql_query_define1(Result, store)
        mysql_query_define1(ResUse, use)


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

Reply via email to