X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbutton.h;h=a6850fe9402c293c8d068e6e0b885767b947d11d;hb=b322b763e4782f0519434fed6dbee60686eeb1a4;hp=53dc8281c3f0b410903b989c983ea37e8fd0be65;hpb=a2715d2de23913e3bd458cbea162924e2f379495;p=supertux.git diff --git a/src/button.h b/src/button.h index 53dc8281c..a6850fe94 100644 --- a/src/button.h +++ b/src/button.h @@ -42,7 +42,7 @@ class Button } private: - static timer_type popup_timer; + static Timer popup_timer; texture_type icon; texture_type* bkgd; std::string info;