Build system almost done
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
bool operator==(CUtlString& string);
|
||||
bool operator!=(CUtlString& string);
|
||||
private:
|
||||
CUtlVector<char> m_data;
|
||||
CUtlVector<char> m_data = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user