diff options
author | 2014-04-18 22:32:53 +0000 | |
---|---|---|
committer | 2014-04-18 22:32:53 +0000 | |
commit | 92b2d5a608f9fefc9a88eea03cd599a26c1b62ce (patch) | |
tree | 6244434cfbdf92a0ecfe2c0132c7b2ff1601b7d4 /tools/aapt/XMLNode.h | |
parent | 5a47a9f62dd9bcb6573555b7a3ef4b1f5e485fc4 (diff) | |
parent | a2ef5c0d4fb863c0382e77ae00f986a019b11cbe (diff) |
Merge "Pseudolocalizer improvements."
Diffstat (limited to 'tools/aapt/XMLNode.h')
-rw-r--r-- | tools/aapt/XMLNode.h | 2 |
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); |