From 8f850dc0038a5f719d236e733beafda49ad77c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 26 Feb 2012 00:31:52 +0100 Subject: [PATCH] Fixed the Switcher build after the not so recent layout changes. --- src/apps/switcher/GroupListView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/switcher/GroupListView.cpp b/src/apps/switcher/GroupListView.cpp index 370b671956..0bee91284e 100644 --- a/src/apps/switcher/GroupListView.cpp +++ b/src/apps/switcher/GroupListView.cpp @@ -52,7 +52,7 @@ public: } protected: - virtual void DerivedLayoutItems() + virtual void DoLayout() { // shouldn't ever be called? }