summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/Png.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/Png.cpp')
-rw-r--r--tools/aapt2/Png.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Png.cpp b/tools/aapt2/Png.cpp
index dd753f1..76120ac 100644
--- a/tools/aapt2/Png.cpp
+++ b/tools/aapt2/Png.cpp
@@ -1241,7 +1241,7 @@ bool Png::process(const Source& source, std::istream& input, std::ostream& outpu
goto bail;
}
- if (util::stringEndsWith(source.path, ".9.png")) {
+ if (util::stringEndsWith<char>(source.path, ".9.png")) {
if (!do9Patch(&pngInfo, outError)) {
goto bail;
}