summaryrefslogtreecommitdiff
path: root/cui/source/factory/cuiexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/factory/cuiexp.cxx')
-rw-r--r--cui/source/factory/cuiexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/factory/cuiexp.cxx b/cui/source/factory/cuiexp.cxx
index c52f11f857be..09cddbf04044 100644
--- a/cui/source/factory/cuiexp.cxx
+++ b/cui/source/factory/cuiexp.cxx
@@ -56,7 +56,7 @@
namespace cui
{
static AbstractDialogFactory_Impl* pFactory=nullptr;
- AbstractDialogFactory_Impl* GetFactory()
+ static AbstractDialogFactory_Impl* GetFactory()
{
if ( !pFactory )
pFactory = new AbstractDialogFactory_Impl;