Skip to content
Snippets Groups Projects
Commit 499187cf authored by Andre Sailer's avatar Andre Sailer
Browse files

DDEve: fix 's' shadow warning

parent 4c4606f4
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,9 @@ namespace dd4hep {
/// Add a menu separator to the menu.
virtual void AddSeparator(TGMenuEntry* before = 0);
/// Add a menu label to the menu.
virtual void AddLabel(const char* s, const TGPicture* p = 0, TGMenuEntry* before = 0);
virtual void AddLabel(const char* label, const TGPicture* p = 0, TGMenuEntry* before = 0);
/// Add a (cascading) popup menu to a popup menu.
virtual void AddPopup(const char* s, TGPopupMenu* popup, TGMenuEntry* before = 0, const TGPicture* p = 0);
virtual void AddPopup(const char* name, TGPopupMenu* popup, TGMenuEntry* before = 0, const TGPicture* p = 0);
/// Add a new popup menu entry with a callback
virtual int AddEntry(const char* name, Callback cb, void* ud=0, const TGPicture* p=0, TGMenuEntry* before=0);
/// Add a new popup menu entry with a callback
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment