summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/FResultSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/FResultSet.hxx')
-rw-r--r--connectivity/source/drivers/firebird/FResultSet.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/FResultSet.hxx b/connectivity/source/drivers/firebird/FResultSet.hxx
index 011f9ff44338..3b4f734574f0 100644
--- a/connectivity/source/drivers/firebird/FResultSet.hxx
+++ b/connectivity/source/drivers/firebird/FResultSet.hxx
@@ -243,7 +243,10 @@ namespace connectivity
};
// Specialisations have to be in the namespace and can't be within the class.
- template <> ::rtl::OUString OResultSet::retrieveValue< ::rtl::OUString >(sal_Int32 columnIndex);
+ template <> ::rtl::OUString
+ OResultSet::retrieveValue(sal_Int32 columnIndex);
+ template <> ISC_QUAD*
+ OResultSet::retrieveValue(sal_Int32 columnIndex);
}
}
#endif // CONNECTIVITY_SRESULTSET_HXX