]> git.saurik.com Git - wxWidgets.git/commitdiff
wxHtmlHistoryItem needs not be wxObject
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 16 Apr 2002 23:03:09 +0000 (23:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 16 Apr 2002 23:03:09 +0000 (23:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlwin.cpp

index 212d556d99a677dfde76fcde9b34e73dc02faf61..835b1d48ba7f30b7c585269c6683193d10804779 100644 (file)
@@ -41,7 +41,7 @@
 //-----------------------------------------------------------------------------
 
 // item of history list
-class WXDLLEXPORT wxHtmlHistoryItem : public wxObject
+class WXDLLEXPORT wxHtmlHistoryItem
 {
 public:
     wxHtmlHistoryItem(const wxString& p, const wxString& a) {m_Page = p, m_Anchor = a, m_Pos = 0;}