Fix MWCW issue with compact mode

This commit is contained in:
Arseny Kapoulkine 2015-10-18 16:10:30 -07:00
parent 18483b024c
commit e45c173f73

View file

@ -843,7 +843,7 @@ PUGI__NS_BEGIN
T* operator->() const
{
return operator T*();
return *this;
}
private:
@ -923,7 +923,7 @@ PUGI__NS_BEGIN
T* operator->() const
{
return operator T*();
return *this;
}
private: