summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/PreparedStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx
index 9fb70c305adb..28746c4f84cb 100644
--- a/connectivity/source/drivers/firebird/PreparedStatement.cxx
+++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx
@@ -358,7 +358,7 @@ namespace {
sal_Int64 toPowOf10AndRound(double n, int powOf10)
{
- constexpr sal_Int64 powers[] = {
+ static constexpr sal_Int64 powers[] = {
1,
10,
100,