summaryrefslogtreecommitdiff
path: root/tools/aapt/XMLNode.h
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2014-04-18 22:32:53 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-04-18 22:32:53 +0000
commit92b2d5a608f9fefc9a88eea03cd599a26c1b62ce (patch)
tree6244434cfbdf92a0ecfe2c0132c7b2ff1601b7d4 /tools/aapt/XMLNode.h
parent5a47a9f62dd9bcb6573555b7a3ef4b1f5e485fc4 (diff)
parenta2ef5c0d4fb863c0382e77ae00f986a019b11cbe (diff)
Merge "Pseudolocalizer improvements."
Diffstat (limited to 'tools/aapt/XMLNode.h')
-rw-r--r--tools/aapt/XMLNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/XMLNode.h b/tools/aapt/XMLNode.h
index 05624b745176..ccbf9f403116 100644
--- a/tools/aapt/XMLNode.h
+++ b/tools/aapt/XMLNode.h
@@ -26,7 +26,7 @@ status_t parseStyledString(Bundle* bundle,
String16* outString,
Vector<StringPool::entry_style_span>* outSpans,
bool isFormatted,
- bool isPseudolocalizable);
+ PseudolocalizationMethod isPseudolocalizable);
void printXMLBlock(ResXMLTree* block);