diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-07 09:16:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-07 10:01:14 +0000 |
commit | a32e5162bc5719fc37ba4a9831bc063a097c4d02 (patch) | |
tree | 9fe5b6f9648920c9eba1de10ae14194290cae5c3 /include/sfx2/app.hxx | |
parent | 73dec49802ef8fc42c5719efaa42a33cde68e569 (diff) |
make SfxApplication ctor private
Change-Id: I85d2a112b1f7e6215480d89e038d6515d641d147
Diffstat (limited to 'include/sfx2/app.hxx')
-rw-r--r-- | include/sfx2/app.hxx | 5 |
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(); |