diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-15 10:43:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-15 10:44:00 +0100 |
commit | 3c68751f6beecccda7857e414b39c8cc8db6e57a (patch) | |
tree | 62f7f2152dc0fbe8100f96b44594d7b6ff212946 /extensions/source/bibliography/bibshortcuthandler.hxx | |
parent | 1ed0f437679d702b633e381eaf6f6d6f9aecdd9b (diff) |
cppcheck: noExplicitConstructor
Change-Id: If00a2de2c23271baaee126230c6bf9e657666ff4
Diffstat (limited to 'extensions/source/bibliography/bibshortcuthandler.hxx')
-rw-r--r-- | extensions/source/bibliography/bibshortcuthandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/bibshortcuthandler.hxx b/extensions/source/bibliography/bibshortcuthandler.hxx index d6310f549629..a16750b366f6 100644 --- a/extensions/source/bibliography/bibshortcuthandler.hxx +++ b/extensions/source/bibliography/bibshortcuthandler.hxx @@ -34,7 +34,7 @@ private: VclPtr<vcl::Window> pBaseClass; // in cases, where BibShortCutHandler also has to be a window protected: - inline BibShortCutHandler( vcl::Window* pBaseClass ); + explicit BibShortCutHandler( vcl::Window* pBaseClass ); public: virtual ~BibShortCutHandler(); |