diff --git a/Toshi/Plugins/Include/PPropertyParser/PPropertyName.h b/Toshi/Plugins/Include/PPropertyParser/PPropertyName.h index 5eb63f7..bf43fa6 100644 --- a/Toshi/Plugins/Include/PPropertyParser/PPropertyName.h +++ b/Toshi/Plugins/Include/PPropertyParser/PPropertyName.h @@ -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; -}; \ No newline at end of file +};