i guess the function could be #ifdef'd out to osx as its not used by any other platform, unless anyone has a better/cleaner suggestion
On Mon, Sep 26, 2016 at 9:30 AM, Wayne Stambaugh <[email protected]> wrote: > Simon, > > I getting the following build error on windows with this patch: > > E:/msys64/home/Wayne/src/kicad-lp-clone/common/single_top.cpp:195:10: > error: 'void APP_SINGLE_TOP::MacOpenFile(const wxString&)' marked > 'override', but does not override > void MacOpenFile( const wxString& aFileName ) override > ^~~~~~~~~~~ > make[2]: *** > [bitmap2component/CMakeFiles/bitmap2component.dir/build.make:67: > bitmap2component/CMakeFiles/bitmap2component.dir/__/common/single_top.cpp.obj] > Error 1 > > Cheers, > > Wayne > > On 9/25/2016 3:20 PM, Simon Wells wrote: >> --- >> common/single_top.cpp | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~kicad-developers >> More help : https://help.launchpad.net/ListHelp >> > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

