aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda/files/patch-bindings_c++_gdaError.cpp
blob: 4b4e2c6ab0abd50f5530c1a956e09aa3539544aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bindings/c++/gdaError.cpp.orig	Sat Jun 15 17:03:02 2002
+++ bindings/c++/gdaError.cpp	Sat Jun 15 17:03:09 2002
@@ -98,7 +98,7 @@
 }
 
 GdaError*
-Error::getCStruct (bool refn = true) const
+Error::getCStruct (bool refn) const
 {
 	if (refn) ref ();
 	return _gda_error;