mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
10 lines
263 B
C++
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.
|
|
*/
|