summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/base.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-22 08:50:01 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-22 12:50:47 +0200
commitc38678e140500083f81e0e006ba9b69e6f351fb1 (patch)
tree59d1b52b713f3771bdd83f7bc5c81078301a2270 /stoc/source/corereflection/base.hxx
parente856f2323289efd3a6f070ff6e1b0f7cd3afb2aa (diff)
stoc: convert TEST_LIST_CLASSES case also
Change-Id: Ib7b00f052c5b907ccc9b0aba924ada41ff1db023
Diffstat (limited to 'stoc/source/corereflection/base.hxx')
-rw-r--r--stoc/source/corereflection/base.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx
index 19ef0f27358b..17cae3c9facb 100644
--- a/stoc/source/corereflection/base.hxx
+++ b/stoc/source/corereflection/base.hxx
@@ -50,7 +50,7 @@ namespace stoc_corefl
{
#ifdef TEST_LIST_CLASSES
-typedef list< OUString > ClassNameList;
+typedef std::list< OUString > ClassNameList;
extern ClassNameList g_aClassNames;
#endif