Author: wyoung
Date: Tue Oct 23 07:19:09 2007
New Revision: 1774

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1774&view=rev
Log:
Fixed a silly regression made in r1751 that causes GCC 4.1 to barf on
lib/row.h

Modified:
    trunk/lib/row.h

Modified: trunk/lib/row.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/row.h?rev=1774&r1=1773&r2=1774&view=diff
==============================================================================
--- trunk/lib/row.h (original)
+++ trunk/lib/row.h Tue Oct 23 07:19:09 2007
@@ -44,6 +44,7 @@
 #if !defined(DOXYGEN_IGNORE)
 // Make Doxygen ignore this
 class FieldNames;
+class MYSQLPP_EXPORT ResUse;
 #endif
 
 /// \brief Manages rows from a result set.


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

Reply via email to