projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove identic implementations of wxDir::Exists from platform-specific files and...
[wxWidgets.git]
/
include
/
wx
/
palmos
/
frame.h
diff --git
a/include/wx/palmos/frame.h
b/include/wx/palmos/frame.h
index f21d3484388984338904b9de6bc4cee7c148eb0b..ed9166a712cbb2e80e0aeee775ac46a7e9d2dec0 100644
(file)
--- a/
include/wx/palmos/frame.h
+++ b/
include/wx/palmos/frame.h
@@
-12,11
+12,7
@@
#ifndef _WX_FRAME_H_
#define _WX_FRAME_H_
#ifndef _WX_FRAME_H_
#define _WX_FRAME_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "frame.h"
-#endif
-
-class WXDLLEXPORT wxFrame : public wxFrameBase
+class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
{
public:
// construction
{
public:
// construction
@@
-70,7
+66,7
@@
public:
#if wxUSE_MENUS_NATIVE
bool HandleMenuOpen();
#if wxUSE_MENUS_NATIVE
bool HandleMenuOpen();
- bool HandleMenuSelect(
EventType*
event);
+ bool HandleMenuSelect(
WXEVENTPTR
event);
#endif // wxUSE_MENUS_NATIVE
protected:
#endif // wxUSE_MENUS_NATIVE
protected: