diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 11b30eba9..139dbcb1d 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -417,6 +417,10 @@ class Window : public gcn::Window, bool isWindowVisible() const A_WARN_UNUSED { return mVisible; } +#ifdef USE_PROFILER + virtual void logic(); +#endif + protected: bool canMove() const A_WARN_UNUSED; |