From 4a43cb1c6e5ba304d70df7066c61c52718a5f249 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 5 Oct 2005 21:45:27 +0000 Subject: Fixed some resource cleanup and memory leaks. Also changed the way dangling references to resources are reported to be more informative. --- src/gui/button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/button.h') diff --git a/src/gui/button.h b/src/gui/button.h index 8873358d..86467769 100644 --- a/src/gui/button.h +++ b/src/gui/button.h @@ -54,7 +54,7 @@ class Button : public gcn::Button { private: static ImageRect button[4]; /**< Button state graphics */ - static int instances; /**< Number of button instances */ + static int mInstances; /**< Number of button instances */ }; #endif -- cgit v1.2.3-70-g09d2