Kaydet (Commit) f240332f authored tarafından Eike Rathke's avatar Eike Rathke

vcl: explicitly qualify ICU types with icu:: namespace

It will be required by ICU 61 anyway, see
https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild

Change-Id: Iecb30b903e9a67252147a8cc78c641621d763755
üst 66cd725b
......@@ -58,7 +58,7 @@ struct ParenStackEntry
}
};
class ScriptRun : public UObject {
class ScriptRun : public icu::UObject {
public:
ScriptRun(const UChar chars[], int32_t length);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment