diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 13:38:06 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 13:42:40 +0100 |
commit | 691bc3e15d517a7ca5d45906f3aa4912597a7f3e (patch) | |
tree | 45ebf985757aed6de58005209503d76c9acb267f /embeddedobj | |
parent | 91dfb4712d26e6d4b0989b7187034425fd6b3279 (diff) |
loplugin:externvar (clang-cl)
Change-Id: I034eeb9525bbb8fdc39e176a2433f1b3dfff566a
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/msole/olecomponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embeddedobj/source/msole/olecomponent.cxx index fb0245cd32f9..2f06f0496cdd 100644 --- a/embeddedobj/source/msole/olecomponent.cxx +++ b/embeddedobj/source/msole/olecomponent.cxx @@ -165,7 +165,7 @@ public: typedef ::std::vector< FORMATETC* > FormatEtcList; -FORMATETC pFormatTemplates[FORMATS_NUM] = { +FORMATETC const pFormatTemplates[FORMATS_NUM] = { { CF_ENHMETAFILE, nullptr, 0, -1, TYMED_ENHMF }, { CF_METAFILEPICT, nullptr, 0, -1, TYMED_MFPICT }, { CF_BITMAP, nullptr, 0, -1, TYMED_GDI } }; |