diff options
Diffstat (limited to 'idl/inc/command.hxx')
-rw-r--r-- | idl/inc/command.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index c2d6adfc60a9..8332569453c7 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -39,7 +39,7 @@ typedef ::std::vector< String* > StringList; #endif -DECLARE_LIST( ByteStringList, ByteString* ) +typedef ::std::vector< ByteString* > ByteStringList; /******************** class SvCommand ************************************/ class SvCommand |