diff options
| author | 2014-04-18 15:56:46 -0700 | |
|---|---|---|
| committer | 2014-04-18 15:56:46 -0700 | |
| commit | 56ca82191231f3aba1132e3db06e7e09a10ec6dc (patch) | |
| tree | bc1fb58074d536961b71686fec951fb28595fdd6 /tools/aapt/XMLNode.h | |
| parent | 235fd3c9effc63643db356a593e7f77f220a5f4c (diff) | |
| parent | ec42199a71c8309a431c22ee152806736c862c4b (diff) | |
resolved conflicts for merge of ec42199a to klp-modular-dev-plus-aosp
Change-Id: I9ecd5d51be4d073ab93dbb0bd60097735e76bf94
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); |