summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/connectivity/FValue.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx
index db1b28931217..2408eafeb319 100644
--- a/include/connectivity/FValue.hxx
+++ b/include/connectivity/FValue.hxx
@@ -268,6 +268,9 @@ namespace connectivity
operator=(_rRH);
}
+ // Avoid accidental uses of ORowSetValue(bool const &):
+ template<typename T> ORowSetValue(T const *) = delete;
+
~ORowSetValue()
{
free();