summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-02 15:36:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-02 15:36:38 +0200
commit98b21691f4991899eb33249183a5ce2be83a8a26 (patch)
tree8e6827734bfa7133b5bdea19b0df5706b4f787fb /include
parent4f6563b50856899eb52648a4d062f5df8d0491ce (diff)
ODR violation
Change-Id: Ic442d59c3066b7de8280d5719dd4da806b7a8092
Diffstat (limited to 'include')
-rw-r--r--include/vcl/errinf.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/errinf.hxx b/include/vcl/errinf.hxx
index b4bd6db323b9..c55011dd0b5d 100644
--- a/include/vcl/errinf.hxx
+++ b/include/vcl/errinf.hxx
@@ -42,9 +42,7 @@ class DynamicErrorInfo;
class ImplDynamicErrorInfo;
enum class DialogMask;
-namespace {
- typedef void (* DisplayFnPtr)();
-}
+typedef void (* DisplayFnPtr)();
typedef DialogMask WindowDisplayErrorFunc(
vcl::Window*, DialogMask eMask, const OUString &rErr, const OUString &rAction);