added missing return type (implicit int no longer accepted by compilers)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,7 +41,7 @@ void wxMacCtoPString(const char* theCString, Str255 thePString);
|
|||||||
|
|
||||||
// remove inappropriate characters, if useShortcuts is false, the ampersand will not auto-generate a mac menu-shortcut
|
// remove inappropriate characters, if useShortcuts is false, the ampersand will not auto-generate a mac menu-shortcut
|
||||||
|
|
||||||
wxMenuItem::MacBuildMenuString(StringPtr outMacItemText, SInt16 *outMacShortcutChar , UInt8 *outMacModifiers , const char *inItemText , bool useShortcuts )
|
int wxMenuItem::MacBuildMenuString(StringPtr outMacItemText, SInt16 *outMacShortcutChar , UInt8 *outMacModifiers , const char *inItemText , bool useShortcuts )
|
||||||
{
|
{
|
||||||
char *p = (char *) &outMacItemText[1] ;
|
char *p = (char *) &outMacItemText[1] ;
|
||||||
short macModifiers = 0 ;
|
short macModifiers = 0 ;
|
||||||
|
@@ -41,7 +41,7 @@ void wxMacCtoPString(const char* theCString, Str255 thePString);
|
|||||||
|
|
||||||
// remove inappropriate characters, if useShortcuts is false, the ampersand will not auto-generate a mac menu-shortcut
|
// remove inappropriate characters, if useShortcuts is false, the ampersand will not auto-generate a mac menu-shortcut
|
||||||
|
|
||||||
wxMenuItem::MacBuildMenuString(StringPtr outMacItemText, SInt16 *outMacShortcutChar , UInt8 *outMacModifiers , const char *inItemText , bool useShortcuts )
|
int wxMenuItem::MacBuildMenuString(StringPtr outMacItemText, SInt16 *outMacShortcutChar , UInt8 *outMacModifiers , const char *inItemText , bool useShortcuts )
|
||||||
{
|
{
|
||||||
char *p = (char *) &outMacItemText[1] ;
|
char *p = (char *) &outMacItemText[1] ;
|
||||||
short macModifiers = 0 ;
|
short macModifiers = 0 ;
|
||||||
|
Reference in New Issue
Block a user