summaryrefslogtreecommitdiff
path: root/sal/osl/all/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/all/utility.cxx')
-rw-r--r--sal/osl/all/utility.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx
index 5f157c120b2d..76bdc4cd26ed 100644
--- a/sal/osl/all/utility.cxx
+++ b/sal/osl/all/utility.cxx
@@ -27,6 +27,8 @@
namespace osl
{
+namespace {
+
class OGlobalTimer
{
@@ -38,6 +40,8 @@ public:
};
+}
+
static OGlobalTimer aGlobalTimer;
} // namespace osl