freebsd-ports/databases/libodbc++/files/patch-include-odbc++-drivermanager.h
Max Khon 19be25e940 - Fix the build with gcc 4.1
- Bump PORTREVISION
2006-12-16 10:44:07 +00:00

10 lines
263 B
C++

--- include/odbc++/drivermanager.h.orig Sat Dec 16 16:35:49 2006
+++ include/odbc++/drivermanager.h Sat Dec 16 16:36:48 2006
@@ -30,6 +30,7 @@
namespace odbc {
class Connection;
+ class ErrorHandler;
/** An ODBC Driver with it's information.
*/