diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:39:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:39:55 +0100 |
commit | 736300b358bc9207b360d6d7e4aa0b70499f4837 (patch) | |
tree | b86830604449508b4e89dd00aa3a0931a7182bbf /vcl/workben/fftester.cxx | |
parent | b57368b894851e1ae204c03753005a4a1d121908 (diff) |
New loplugin:externvar: vcl
Change-Id: I8b01a7bd7459db242364b6a766549374264f26f2
Diffstat (limited to 'vcl/workben/fftester.cxx')
-rw-r--r-- | vcl/workben/fftester.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx index af9f7251c17f..a89f0144332c 100644 --- a/vcl/workben/fftester.cxx +++ b/vcl/workben/fftester.cxx @@ -74,7 +74,7 @@ typedef bool (*HFilterCall)(const OUString &rUrl); * hiccups. */ #define PERSIST_MAX 1000 -unsigned int persist_cnt; +static unsigned int persist_cnt; SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { |