diff options
Diffstat (limited to 'src/gui/widgets/tab.cpp')
-rw-r--r-- | src/gui/widgets/tab.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tab.cpp b/src/gui/widgets/tab.cpp index 610bf7e68..1b548a6a3 100644 --- a/src/gui/widgets/tab.cpp +++ b/src/gui/widgets/tab.cpp @@ -220,12 +220,12 @@ void Tab::setFlash(int flash) mFlash = flash; } -void Tab::widgetResized(const gcn::Event &event _UNUSED_) +void Tab::widgetResized(const gcn::Event &event A_UNUSED) { mRedraw = true; } -void Tab::widgetMoved(const gcn::Event &event _UNUSED_) +void Tab::widgetMoved(const gcn::Event &event A_UNUSED) { mRedraw = true; } |