projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Finished review of the first 1,000 lines of grid.h interface header.
[wxWidgets.git]
/
src
/
generic
/
accel.cpp
diff --git
a/src/generic/accel.cpp
b/src/generic/accel.cpp
index b6ae238a7581503ac67fdf99aff06055a238dcf9..91c39cd06681c1879f7d88e65e920c5911f6abe6 100644
(file)
--- a/
src/generic/accel.cpp
+++ b/
src/generic/accel.cpp
@@
-107,7
+107,7
@@
wxAcceleratorTable::~wxAcceleratorTable()
{
}
-bool wxAcceleratorTable::Ok() const
+bool wxAcceleratorTable::
Is
Ok() const
{
return m_refData != NULL;
}