зеркало из https://github.com/mozilla/pjs.git
PRUint32... not PRInt32 ... oops.
This commit is contained in:
Родитель
8a9ec44e88
Коммит
55f75b28d2
|
@ -38,7 +38,7 @@
|
|||
// Wrapper for creating a new menu popup container
|
||||
//
|
||||
nsresult
|
||||
NS_NewMenuFrame(nsIFrame** aNewFrame, PRInt32 aFlags)
|
||||
NS_NewMenuFrame(nsIFrame** aNewFrame, PRUint32 aFlags)
|
||||
{
|
||||
NS_PRECONDITION(aNewFrame, "null OUT ptr");
|
||||
if (nsnull == aNewFrame) {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "nsFrameList.h"
|
||||
#include "nsIMenuParent.h"
|
||||
|
||||
nsresult NS_NewMenuFrame(nsIFrame** aResult, PRInt32 aFlags) ;
|
||||
nsresult NS_NewMenuFrame(nsIFrame** aResult, PRUint32 aFlags) ;
|
||||
|
||||
class nsMenuBarFrame;
|
||||
class nsMenuPopupFrame;
|
||||
|
|
Загрузка…
Ссылка в новой задаче