Removed "::" from XmCall (trying to fix the IRIX build)

git-svn-id: svn://10.0.0.236/trunk@12242 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1998-10-07 23:38:52 +00:00
parent 071ff7bed5
commit e6b8074d4e
2 changed files with 6 additions and 1 deletions

View File

@ -44,6 +44,11 @@ EXTRA_DSO_LDOPTS+= -lXm -lXt -lX11 -lm
endif
CPPSRCS= \
nsMenuButton.cpp \
nsToolbarItemHolder.cpp \
nsToolbarManager.cpp \
nsToolbar.cpp \
nsImageButton.cpp \
nsMenuBar.cpp \
nsMenu.cpp \
nsMenuItem.cpp \

View File

@ -65,7 +65,7 @@ NS_METHOD nsMenuBar::Create(nsIWidget *aParent)
Widget mainWindow = XtParent(parentWidget);
mMenu = ::XmCreateMenuBar(mainWindow, "menubar", nsnull, 0);
mMenu = XmCreateMenuBar(mainWindow, "menubar", nsnull, 0);
XtManageChild(mMenu);
return NS_OK;