Make BLocaleRoster::GetLocalizedFileName() take a const entry_ref& rather than a non-const entry_ref&. Remove private GetLocalizedFileName() from libtracker and make Tracker and Deskbar use the one in BLocaleRoster.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41075 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
|
||||
bool IsFilesystemTranslationPreferred() const;
|
||||
|
||||
status_t GetLocalizedFileName(entry_ref& ref,
|
||||
status_t GetLocalizedFileName(const entry_ref& ref,
|
||||
BString& localizedFileName,
|
||||
bool traverse = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user