]> git.saurik.com Git - wxWidgets.git/commitdiff
pch-less compilation fix for r55285
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 26 Aug 2008 13:29:38 +0000 (13:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 26 Aug 2008 13:29:38 +0000 (13:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unichar.h

index 2b93bf9c88c19fd5deffef0f716389952bf4eb85..8503c41992bfc518fec780b2c9fc65726de8a0fc 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/stringimpl.h"
 
 class WXDLLIMPEXP_FWD_BASE wxUniCharRef;
-class WXDLLIMPEXP_FWD_BASE wxStringIteratorNode;
+class WXDLLIMPEXP_FWD_BASE wxString;
 
 // This class represents single Unicode character. It can be converted to
 // and from char or wchar_t and implements commonly used character operations.