diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/base.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx index 4c05b91078c9..bf2b93ad8d24 100644 --- a/stoc/source/corereflection/base.hxx +++ b/stoc/source/corereflection/base.hxx @@ -59,8 +59,7 @@ namespace stoc_corefl { #ifdef TEST_LIST_CLASSES -typedef std::vector< OUString > ClassNameVector; -extern ClassNameVector g_aClassNames; +extern std::vector<OUString> g_aClassNames; #endif |