Fix MWCW issue with compact mode
This commit is contained in:
parent
18483b024c
commit
e45c173f73
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue