diff options
Diffstat (limited to 'src/utils/string-pool.H')
-rw-r--r-- | src/utils/string-pool.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/string-pool.H b/src/utils/string-pool.H index 2e40957b..220f43be 100644 --- a/src/utils/string-pool.H +++ b/src/utils/string-pool.H @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2013, Gabriel Dos Reis. +// Copyright (C) 2010-2014, Gabriel Dos Reis. // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -79,7 +79,7 @@ namespace OpenAxiom { const Byte* make_copy(const Byte*, size_t); }; - typedef const StringPool::EntryType* BasicString; + typedef const StringPool::EntryType* InternedString; } #endif // OPENAXIOM_STRING_POOL_INCLUDED |