From 4f9db8d66d0685065fd63d9c3adfd62ee01dc72c Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Thu, 19 Sep 2013 21:22:57 +0200 Subject: [PATCH] Should have been part of previous commit. --- src/apps/debugger/files/FileManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/debugger/files/FileManager.h b/src/apps/debugger/files/FileManager.h index e008fa5b4b..7c47a98a4b 100644 --- a/src/apps/debugger/files/FileManager.h +++ b/src/apps/debugger/files/FileManager.h @@ -75,7 +75,7 @@ private: private: SourceFileEntry* _LookupSourceFile(const BString& path); void _SourceFileUnused(SourceFileEntry* entry); - void _LocateFileIfMapped(const BString& sourcePath, + bool _LocateFileIfMapped(const BString& sourcePath, LocatableFile* file); private: