diff options
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 |