Refactor so PWE compiles with the newly externalized LibCommon

This commit is contained in:
Aruki
2018-12-11 22:50:46 -07:00
parent dacd21d7fc
commit 2287b05bc3
298 changed files with 3192 additions and 3184 deletions

View File

@@ -30,7 +30,7 @@ QValidator::State CPropertyNameValidator::validate(QString& rInput, int&) const
CCRC32 Hash;
Hash.Hash( rInput.toStdString().c_str() );
Hash.Hash( *TypeName );
u32 PropertyID = Hash.Digest();
uint32 PropertyID = Hash.Digest();
if (PropertyID != mpProperty->ID())
{