Added missing semi-colon in DVC interface header, and fixed the appearance alias to really only output to HTML.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-05-06 03:17:22 +00:00
parent a4f270bc86
commit 6da3d19664
2 changed files with 2 additions and 2 deletions

View File

@@ -537,7 +537,7 @@ public:
Constructor.
*/
wxDataViewVirtualListModel(unsigned int initial_size = 0);
}
};