From 23fc96c3e8c252edbf2e7c22cefab633a0474410 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 May 2008 11:50:34 +0000 Subject: (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window. --- src/misc_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/misc_gui.cpp') diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 59dea3bd3..bcc9d31b4 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -482,12 +482,12 @@ static const WindowDesc _build_trees_scen_desc = { void ShowBuildTreesToolbar() { if (!IsValidPlayer(_current_player)) return; - AllocateWindowDescFront(&_build_trees_desc, 0); + AllocateWindowDescFront(&_build_trees_desc, 0); } void ShowBuildTreesScenToolbar() { - AllocateWindowDescFront(&_build_trees_scen_desc, 0); + AllocateWindowDescFront(&_build_trees_scen_desc, 0); } static uint64 _errmsg_decode_params[20]; -- cgit v1.2.3-54-g00ecf