summaryrefslogtreecommitdiff
path: root/src/guichan
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan')
-rw-r--r--src/guichan/basiccontainer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/basiccontainer.cpp b/src/guichan/basiccontainer.cpp
index e15b924c7..12093b19f 100644
--- a/src/guichan/basiccontainer.cpp
+++ b/src/guichan/basiccontainer.cpp
@@ -194,7 +194,9 @@ namespace gcn
void BasicContainer::logic()
{
+ BLOCK_START("BasicContainer::logic")
logicChildren();
+ BLOCK_END("BasicContainer::logic")
}
void BasicContainer::_setFocusHandler(FocusHandler* focusHandler)