projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added the static function GetLabelText() to wxStaticText which was mentioned in the...
[wxWidgets.git]
/
src
/
palmos
/
accel.cpp
diff --git
a/src/palmos/accel.cpp
b/src/palmos/accel.cpp
index 7cbf63352b4682d512a9a9abe14c35e95993afc1..e6f57eac06360fb302536c9ff65badefbc968aee 100644
(file)
--- a/
src/palmos/accel.cpp
+++ b/
src/palmos/accel.cpp
@@
-33,7
+33,7
@@
class WXDLLEXPORT wxAcceleratorRefData: public wxObjectRefData
friend class WXDLLEXPORT wxAcceleratorTable;
public:
wxAcceleratorRefData();
friend class WXDLLEXPORT wxAcceleratorTable;
public:
wxAcceleratorRefData();
- ~wxAcceleratorRefData();
+
virtual
~wxAcceleratorRefData();
inline HACCEL GetHACCEL() const { return m_hAccel; }
protected:
inline HACCEL GetHACCEL() const { return m_hAccel; }
protected:
@@
-71,7
+71,7
@@
wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]
{
}
{
}
-bool wxAcceleratorTable::Ok() const
+bool wxAcceleratorTable::
Is
Ok() const
{
return false;
}
{
return false;
}