fix compilation error

This commit is contained in:
David Rose 2007-12-07 18:47:19 +00:00
parent 2ffa5786de
commit 3d062c11be
1 changed files with 1 additions and 1 deletions

View File

@ -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;