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:
parent
071ff7bed5
commit
e6b8074d4e
@ -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 \
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user