diff options
Diffstat (limited to 'runtime/utf.h')
| -rw-r--r-- | runtime/utf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/utf.h b/runtime/utf.h index 4c9a1d959e..cc5e6d48c2 100644 --- a/runtime/utf.h +++ b/runtime/utf.h @@ -29,9 +29,10 @@ * See http://en.wikipedia.org/wiki/UTF-8#Modified_UTF-8 for the details. */ namespace art { + namespace mirror { -template<class T> class PrimitiveArray; -typedef PrimitiveArray<uint16_t> CharArray; + template<class T> class PrimitiveArray; + typedef PrimitiveArray<uint16_t> CharArray; } // namespace mirror /* |