summaryrefslogtreecommitdiff
path: root/src/gui/button.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-10-05 21:45:27 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-10-05 21:45:27 +0000
commit4a43cb1c6e5ba304d70df7066c61c52718a5f249 (patch)
treed8aca0414b771cb2b7532d6f4f9d2ed87f77d703 /src/gui/button.h
parent8415f7791ea8dc84148c65d04c288d8d12eb50bf (diff)
downloadmana-client-4a43cb1c6e5ba304d70df7066c61c52718a5f249.tar.gz
mana-client-4a43cb1c6e5ba304d70df7066c61c52718a5f249.tar.bz2
mana-client-4a43cb1c6e5ba304d70df7066c61c52718a5f249.tar.xz
mana-client-4a43cb1c6e5ba304d70df7066c61c52718a5f249.zip
Fixed some resource cleanup and memory leaks. Also changed the way dangling
references to resources are reported to be more informative.
Diffstat (limited to 'src/gui/button.h')
-rw-r--r--src/gui/button.h2
1 files changed, 1 insertions, 1 deletions
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