* This should fix the build of FileTypes... I should have heard the warning... :-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28185 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-10-16 21:10:43 +00:00
parent 60a068c8a4
commit 46bf89d15f

View File

@ -810,7 +810,7 @@ ApplicationTypeWindow::_NeedsSaving(uint32 _flags) const
}
if (_flags & CHECK_TYPES) {
if (!fOriginalInfo.supportedTypes.CompareData(_SupportedTypes()))
if (!fOriginalInfo.supportedTypes.HasSameData(_SupportedTypes()))
flags |= CHECK_TYPES;
else
flags &= ~CHECK_TYPES;