diff options
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r-- | src/WinButton.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh index d1e57f3..3181278 100644 --- a/src/WinButton.hh +++ b/src/WinButton.hh | |||
@@ -21,6 +21,9 @@ | |||
21 | 21 | ||
22 | /// $Id$ | 22 | /// $Id$ |
23 | 23 | ||
24 | #ifndef WINBUTTON_HH | ||
25 | #define WINBUTTON_HH | ||
26 | |||
24 | #include "FbTk/Button.hh" | 27 | #include "FbTk/Button.hh" |
25 | #include "FbTk/Observer.hh" | 28 | #include "FbTk/Observer.hh" |
26 | #include "FbTk/FbPixmap.hh" | 29 | #include "FbTk/FbPixmap.hh" |
@@ -65,3 +68,5 @@ private: | |||
65 | 68 | ||
66 | bool overrode_bg, overrode_pressed; | 69 | bool overrode_bg, overrode_pressed; |
67 | }; | 70 | }; |
71 | |||
72 | #endif // WINBUTTON_HH | ||