summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-12-19 15:22:09 +0100
committerEike Rathke <erack@redhat.com>2017-12-19 15:25:34 +0100
commitf240332f8e965ea17b70b0ccaa9990ce0a53cfc6 (patch)
tree50a5941b26fd63811b41f593d218e1bbb671fa46
parent66cd725b5f386d48252a620fb58415ddb65388ef (diff)
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
-rw-r--r--vcl/inc/scrptrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/scrptrun.h b/vcl/inc/scrptrun.h
index cbe151df491d..46a5c08f3ab5 100644
--- a/vcl/inc/scrptrun.h
+++ b/vcl/inc/scrptrun.h
@@ -58,7 +58,7 @@ struct ParenStackEntry
}
};
-class ScriptRun : public UObject {
+class ScriptRun : public icu::UObject {
public:
ScriptRun(const UChar chars[], int32_t length);