Changed return type of fireItem to void.
This commit is contained in:
parent
9e143bc615
commit
cf5d7499ad
2 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@ FGMenuBar::isVisible () const
|
|||
return _visible;
|
||||
}
|
||||
|
||||
bool
|
||||
void
|
||||
FGMenuBar::fireItem (puObject * item)
|
||||
{
|
||||
const char * name = item->getLegend();
|
||||
|
|
|
@ -72,7 +72,7 @@ public:
|
|||
* have to know about PUI internals, but this method allows the
|
||||
* callback to pass the menu item one-shot on to the current menu.
|
||||
*/
|
||||
virtual bool fireItem (puObject * item);
|
||||
virtual void fireItem (puObject * item);
|
||||
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue