projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added missing virtual dtors to base classes (patch 1150945)
[wxWidgets.git]
/
include
/
wx
/
htmllbox.h
diff --git
a/include/wx/htmllbox.h
b/include/wx/htmllbox.h
index b46dab71694d25138bbabf3d9e92e3956fc969e2..bf0d295bde861249b5d8d5391a6a60a72c8725ce 100644
(file)
--- a/
include/wx/htmllbox.h
+++ b/
include/wx/htmllbox.h
@@
-67,6
+67,8
@@
public:
virtual ~wxHtmlListBox();
// override some base class virtuals
+ virtual void RefreshLine(size_t line);
+ virtual void RefreshLines(size_t from, size_t to);
virtual void RefreshAll();
virtual void SetItemCount(size_t count);