summaryrefslogtreecommitdiff
path: root/tools/aapt/FileFinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt/FileFinder.h')
-rw-r--r--tools/aapt/FileFinder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/FileFinder.h b/tools/aapt/FileFinder.h
index 6974aee033a8..f405381ee275 100644
--- a/tools/aapt/FileFinder.h
+++ b/tools/aapt/FileFinder.h
@@ -72,7 +72,7 @@ private:
* time as the value.
*
*/
- static void checkAndAddFile(String8 path, const struct stat* stats,
+ static void checkAndAddFile(const String8& path, const struct stat* stats,
Vector<String8>& extensions,
KeyedVector<String8,time_t>& fileStore);