diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-20 18:32:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-20 21:40:23 +0300 |
commit | f3850f2cf7f4428eed3be0efe9a7c440b9e4d950 (patch) | |
tree | cba59ab97c58ef387af91f7af9b7523b3d44c4f7 /src/gui/widgets/dropdown.h | |
parent | 916433cb8ec57510af08fb5e1549076a7cb420d8 (diff) | |
download | plus-f3850f2cf7f4428eed3be0efe9a7c440b9e4d950.tar.gz plus-f3850f2cf7f4428eed3be0efe9a7c440b9e4d950.tar.bz2 plus-f3850f2cf7f4428eed3be0efe9a7c440b9e4d950.tar.xz plus-f3850f2cf7f4428eed3be0efe9a7c440b9e4d950.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r-- | src/gui/widgets/dropdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index 5896042fa..c044e8a16 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -97,7 +97,7 @@ class DropDown : public gcn::DropDown // Add own Images. static int instances; static Image *buttons[2][2]; - static ImageRect skin; + static ImageRect skinRect; static float mAlpha; }; |