Browse Source

fix compilation error

David Rose 18 years ago
parent
commit
3d062c11be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/cConnectionRepository.h

+ 1 - 1
direct/src/distributed/cConnectionRepository.h

@@ -198,7 +198,7 @@ private:
 
   bool _want_message_bundling;
   unsigned int _bundling_msgs;
-  typedef std::vector< const string > BundledMsgVector;
+  typedef std::vector< string > BundledMsgVector;
   BundledMsgVector _bundle_msgs;
 
   static PStatCollector _update_pcollector;