projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
really, it will build for 'doze this time.
[wxWidgets.git]
/
src
/
os2
/
notebook.cpp
diff --git
a/src/os2/notebook.cpp
b/src/os2/notebook.cpp
index 5f4a9944ccf15f1ff3a8cd5ee0239444f0f9ba6d..a32e88326e71e9144de637428883c74c880b2611 100644
(file)
--- a/
src/os2/notebook.cpp
+++ b/
src/os2/notebook.cpp
@@
-275,7
+275,7
@@
bool wxNotebook::DeletePage(int nPage)
// TODO: delete native widget page
delete m_aPages[nPage];
// TODO: delete native widget page
delete m_aPages[nPage];
- m_aPages.Remove(nPage);
+ m_aPages.Remove
At
(nPage);
return TRUE;
}
return TRUE;
}
@@
-285,7
+285,7
@@
bool wxNotebook::RemovePage(int nPage)
{
wxCHECK_MSG( IS_VALID_PAGE(nPage), FALSE, wxT("notebook page out of range") );
{
wxCHECK_MSG( IS_VALID_PAGE(nPage), FALSE, wxT("notebook page out of range") );
- m_aPages.Remove(nPage);
+ m_aPages.Remove
At
(nPage);
return TRUE;
}
return TRUE;
}