diff options
Diffstat (limited to 'src/menunode.cpp')
-rw-r--r-- | src/menunode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menunode.cpp b/src/menunode.cpp index f76f6eb..e813c1c 100644 --- a/src/menunode.cpp +++ b/src/menunode.cpp @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id:$ + * $Id$ * */ @@ -58,7 +58,7 @@ void MenuNode::SetParent(MenuNode* parent) _parent = parent; } -SubMenuPatch::IMainMenuItem* MenuNode::CreateMainMenuItem() +MenuOrgPatch::IMainMenuItem* MenuNode::CreateMainMenuItem() { return NULL; } |