mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 00:47:05 +00:00
Refactor so PWE compiles with the newly externalized LibCommon
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user