diff options
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/firebird/PreparedStatement.cxx | 2 |
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, |