Skip to content

Commit

Permalink
Update PPropertyName.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT authored Jul 14, 2024
1 parent 5a41446 commit c3dc489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Toshi/Plugins/Include/PPropertyParser/PPropertyName.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
class PPROPERTYPARSER_EXPORTS PPropertyName
{
public:
const TPCString &GetName() const
const Toshi::TPCString &GetName() const
{
return m_oName;
}
private:
Toshi::TPCString m_oName;
Toshi::TPCString m_oSubName;
};
};

0 comments on commit c3dc489

Please sign in to comment.