summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:39:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:39:33 +0100
commit6627b78882505df3bcedc6dfb279fcd6a3a6ac2d (patch)
tree54d59ade035510dcc6aa07b12f18d15cc8966940 /xmlhelp
parent76f894f2483d9416b9a4aeb739481abfd0c25c02 (diff)
New loplugin:externvar: xmlhelp
Change-Id: Ib531fe3b420e8c8fbec5daddf112f0d33440d463
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index d1819e91e44c..8d9cd65c06b0 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -575,7 +575,7 @@ struct UserData {
URLParameter* m_pInitial;
};
-UserData *ugblData = nullptr;
+static UserData *ugblData = nullptr;
extern "C" {