summaryrefslogtreecommitdiff
path: root/extensions/source/ole
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-11 13:40:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-11 13:42:40 +0100
commit6ec5717e06007c540474d91ec99345fb5edc47a8 (patch)
tree3f46ffbca13590190af628a2a4cbdb04ed525de5 /extensions/source/ole
parent2597a2f1ada7738efc539b68b1ba164c342a72eb (diff)
loplugin:externvar (clang-cl)
Change-Id: I638199f1455bead71f0a03f15e4b6f418a0cd0e2
Diffstat (limited to 'extensions/source/ole')
-rw-r--r--extensions/source/ole/oledll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/oledll.cxx b/extensions/source/ole/oledll.cxx
index 941c151e783d..62064e8b173e 100644
--- a/extensions/source/ole/oledll.cxx
+++ b/extensions/source/ole/oledll.cxx
@@ -41,7 +41,7 @@
#define _INIT_ATL_COMMON_VARS
#endif
#include <atlbase.h>
-CComModule _Module;
+static CComModule _Module;
#include <atlcom.h>
#if defined __clang__