summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-11-25 23:38:09 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-11-26 22:17:35 +0000
commit5fef25ead2caecde863eb2dae2c0da3070049d1b (patch)
treef82d5b3f950772ae760548e537628ed2ea6ea68b /vcl/source
parent577736c3ce131d09e89df27b978b3d84e5bca380 (diff)
vcl: further fix debug name cleanup.
Change-Id: Ia95c4893773bec77fe2ddf1a85e8687ab6776e10
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/scheduler.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 210281fa86ca..ba90ccaca771 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -330,4 +330,11 @@ Scheduler::~Scheduler()
}
}
+const char *ImplSchedulerData::GetDebugName() const
+{
+ return mpScheduler && mpScheduler->GetDebugName() ?
+ mpScheduler->GetDebugName() : "unknown";
+}
+
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */