fixed class/struct mismatch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b8c253ec50
commit
29a2a24da6
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ public:
|
|||
|
||||
dummy* operator->() { return (dummy*)this; }
|
||||
};
|
||||
typedef class compatibility_iterator citer;
|
||||
typedef compatibility_iterator citer;
|
||||
|
||||
class dummy
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue