From 46bf89d15f8f501b68b3f9cea2d91d7d3b99c8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 16 Oct 2008 21:10:43 +0000 Subject: [PATCH] * 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 --- src/preferences/filetypes/ApplicationTypeWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/filetypes/ApplicationTypeWindow.cpp b/src/preferences/filetypes/ApplicationTypeWindow.cpp index 63387428a9..74d313771e 100644 --- a/src/preferences/filetypes/ApplicationTypeWindow.cpp +++ b/src/preferences/filetypes/ApplicationTypeWindow.cpp @@ -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;