projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rewrite using type safe wxHashMap instead of wxObject-based wxHashTable
[wxWidgets.git]
/
include
/
wx
/
palmos
/
button.h
diff --git
a/include/wx/palmos/button.h
b/include/wx/palmos/button.h
index cc45441469a2433203b5fd04a247b2298954edea..1c6d30cf212a82f4b26de42761f042e058d181ce 100644
(file)
--- a/
include/wx/palmos/button.h
+++ b/
include/wx/palmos/button.h
@@
-16,7
+16,7
@@
// Pushbutton
// ----------------------------------------------------------------------------
// Pushbutton
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxButton : public wxButtonBase
+class WXDLL
IMPEXP_CORE
wxButton : public wxButtonBase
{
public:
wxButton() { }
{
public:
wxButton() { }
@@
-43,7
+43,7
@@
public:
virtual ~wxButton();
virtual ~wxButton();
- virtual
void
SetDefault();
+ virtual
wxWindow *
SetDefault();
// implementation from now on
virtual void Command(wxCommandEvent& event);
// implementation from now on
virtual void Command(wxCommandEvent& event);