diff --git a/src/cxxTemplates/resourceLib.h b/src/cxxTemplates/resourceLib.h index 32d68bbad..f8119d5d5 100644 --- a/src/cxxTemplates/resourceLib.h +++ b/src/cxxTemplates/resourceLib.h @@ -764,7 +764,8 @@ stringIdentifier::stringIdentifier (const char // stringIdentifier::operator == () // template -inline bool stringIdentifier::operator == (const stringIdentifier &idIn) const +inline bool stringIdentifier::operator == + (const stringIdentifier &idIn) const { if (this->pStr!=NULL && idIn.pStr!=NULL) { return strcmp(this->pStr,idIn.pStr)==0; diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index 32d68bbad..f8119d5d5 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -764,7 +764,8 @@ stringIdentifier::stringIdentifier (const char // stringIdentifier::operator == () // template -inline bool stringIdentifier::operator == (const stringIdentifier &idIn) const +inline bool stringIdentifier::operator == + (const stringIdentifier &idIn) const { if (this->pStr!=NULL && idIn.pStr!=NULL) { return strcmp(this->pStr,idIn.pStr)==0;