[Libreoffice-commits] core.git: include/vcl
Michael Meeks
michael.meeks at collabora.com
Thu May 22 02:28:24 PDT 2014
include/vcl/debugevent.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 51f92027b49da2375c01594e3e193f7fb1e3d2c1
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Thu May 22 10:28:11 2014 +0100
Fix Windows link issue around missing vtable fn.
Change-Id: I8a9a8c56b91783288e2319ad3a5e9803ab5562d0
diff --git a/include/vcl/debugevent.hxx b/include/vcl/debugevent.hxx
index 56c47ff..c61f93f 100644
--- a/include/vcl/debugevent.hxx
+++ b/include/vcl/debugevent.hxx
@@ -10,6 +10,8 @@
#ifndef INCLUDED_VCL_DEBUGEVENT_HXX
#define INCLUDED_VCL_DEBUGEVENT_HXX
+#if OSL_DEBUG_LEVEL > 0
+
#include <vcl/dllapi.h>
#include <vcl/timer.hxx>
#include <sal/types.h>
@@ -31,6 +33,8 @@ class VCL_DLLPUBLIC DebugEventInjector : Timer {
static DebugEventInjector *getCreate();
};
+#endif // OSL_DEBUG_LEVEL > 0
+
#endif // INCLUDED_VCL_DEBUGEVENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list