summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-11-25 21:38:34 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-11-25 23:33:21 +0000
commit87d41e3b7d0cf000346ec412ae5af10a6d162849 (patch)
treed25b7123166590c705819e3a19d071765eb67644 /include/vcl
parent10a451e97992ce42db3cefa3bffb883f310767c9 (diff)
vcl: cleanup scheduler debug name usage.
Change-Id: I94975d220452ca91cbbd9db5e7895fa0b3a88e4a
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/scheduler.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index da9af643069f..6dd80307adc6 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -75,6 +75,7 @@ public:
SchedulerPriority GetPriority() const { return mePriority; }
void SetDebugName( const sal_Char *pDebugName ) { mpDebugName = pDebugName; }
+ const char *GetDebugName() { return mpDebugName; }
// Call handler
virtual void Invoke() = 0;