summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-07 09:16:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-07 10:01:14 +0000
commita32e5162bc5719fc37ba4a9831bc063a097c4d02 (patch)
tree9fe5b6f9648920c9eba1de10ae14194290cae5c3 /include
parenta size is a size (diff)
downloadcore-a32e5162bc5719fc37ba4a9831bc063a097c4d02.tar.gz
core-a32e5162bc5719fc37ba4a9831bc063a097c4d02.zip
make SfxApplication ctor private
Change-Id: I85d2a112b1f7e6215480d89e038d6515d641d147
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/app.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx
index 74d29003aa9e..6bed28c3845a 100644
--- a/include/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
@@ -128,11 +128,10 @@ public:
private:
/// SfxInterface initializer.
static void InitInterface_Impl();
+ SfxApplication();
public:
-
- SfxApplication();
- virtual ~SfxApplication() override;
+ virtual ~SfxApplication() override;
static SfxApplication* GetOrCreate();
static SfxApplication* Get();