summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/firebird/wrapper/Sqlda.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/wrapper/Sqlda.hxx b/connectivity/source/drivers/firebird/wrapper/Sqlda.hxx
index f51252b68d74..eb26d8d3a8b0 100644
--- a/connectivity/source/drivers/firebird/wrapper/Sqlda.hxx
+++ b/connectivity/source/drivers/firebird/wrapper/Sqlda.hxx
@@ -32,6 +32,7 @@ namespace connectivity
Sqlda();
~Sqlda();
XSQLDA* operator&() { return mpSqlda; };
+ XSQLDA* operator->() { return mpSqlda; };
/**
* Set up the Sqlda for a given statement, is equivalent to