diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-05 21:45:27 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-10-05 21:45:27 +0000 |
commit | 4a43cb1c6e5ba304d70df7066c61c52718a5f249 (patch) | |
tree | d8aca0414b771cb2b7532d6f4f9d2ed87f77d703 /src/gui/button.h | |
parent | 8415f7791ea8dc84148c65d04c288d8d12eb50bf (diff) | |
download | mana-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.h | 2 |
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 |