aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/IntMenuItem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/IntMenuItem.hh')
-rw-r--r--src/FbTk/IntMenuItem.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/IntMenuItem.hh b/src/FbTk/IntMenuItem.hh
index a1431fb..69d5409 100644
--- a/src/FbTk/IntMenuItem.hh
+++ b/src/FbTk/IntMenuItem.hh
@@ -23,12 +23,13 @@
23#define FBTK_INTMENUITEM_HH 23#define FBTK_INTMENUITEM_HH
24 24
25#include "MenuItem.hh" 25#include "MenuItem.hh"
26#include "Accessor.hh"
27 26
28#include <string> 27#include <string>
29 28
30namespace FbTk { 29namespace FbTk {
31 30
31class Accessor<class T>;
32
32/// Changes an resource integer value between min and max 33/// Changes an resource integer value between min and max
33class IntMenuItem: public FbTk::MenuItem { 34class IntMenuItem: public FbTk::MenuItem {
34public: 35public: