projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW)
[wxWidgets.git]
/
interface
/
wx
/
vlbox.h
diff --git
a/interface/wx/vlbox.h
b/interface/wx/vlbox.h
index 097b3a5718640521c7c0342e8543f6cae80e532e..fcbb7c8a3a29cd39d7dde8af6bf77e140c0b9a25 100644
(file)
--- a/
interface/wx/vlbox.h
+++ b/
interface/wx/vlbox.h
@@
-286,7
+286,7
@@
public:
This is just a synonym for wxVScrolledWindow::SetRowCount().
*/
- void SetItemCount(size_t count);
+ v
irtual v
oid SetItemCount(size_t count);
//@{
/**