diff --git a/common/lc_model.h b/common/lc_model.h index a253a6f6..4dbf796e 100644 --- a/common/lc_model.h +++ b/common/lc_model.h @@ -48,7 +48,7 @@ public: void LoadDefaults(); void SaveDefaults(); - bool operator==(const lcModelProperties& Properties) + bool operator==(const lcModelProperties& Properties) const { if (mFileName != Properties.mFileName || mModelName != Properties.mModelName || mAuthor != Properties.mAuthor || mDescription != Properties.mDescription || mComments != Properties.mComments)