diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-11-25 23:38:09 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-11-26 22:17:35 +0000 |
commit | 5fef25ead2caecde863eb2dae2c0da3070049d1b (patch) | |
tree | f82d5b3f950772ae760548e537628ed2ea6ea68b /vcl/inc/saltimer.hxx | |
parent | 577736c3ce131d09e89df27b978b3d84e5bca380 (diff) |
vcl: further fix debug name cleanup.
Change-Id: Ia95c4893773bec77fe2ddf1a85e8687ab6776e10
Diffstat (limited to 'vcl/inc/saltimer.hxx')
-rw-r--r-- | vcl/inc/saltimer.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/saltimer.hxx b/vcl/inc/saltimer.hxx index 6bd3e076c7a8..c791a5497bbf 100644 --- a/vcl/inc/saltimer.hxx +++ b/vcl/inc/saltimer.hxx @@ -67,9 +67,7 @@ struct ImplSchedulerData void Invoke(); - const char *GetDebugName() const - { return mpScheduler && mpScheduler->GetDebugName() ? - mpScheduler->GetDebugName() : "unknown"; } + const char *GetDebugName() const; static ImplSchedulerData *GetMostImportantTask( bool bTimer ); }; |