aboutsummaryrefslogtreecommitdiff
path: root/src/Rootmenu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Rootmenu.hh')
-rw-r--r--src/Rootmenu.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Rootmenu.hh b/src/Rootmenu.hh
index 839bcbc..d8b7d95 100644
--- a/src/Rootmenu.hh
+++ b/src/Rootmenu.hh
@@ -19,8 +19,8 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22#ifndef _ROOTMENU_HH_ 22#ifndef ROOTMENU_HH
23#define _ROOTMENU_HH_ 23#define ROOTMENU_HH
24 24
25// forward declarations 25// forward declarations
26class Rootmenu; 26class Rootmenu;
@@ -35,7 +35,7 @@ private:
35 35
36 36
37protected: 37protected:
38 virtual void itemSelected(int, int); 38 virtual void itemSelected(int button, unsigned int index);
39 39
40 40
41public: 41public: