fix compilation error
This commit is contained in:
parent
2ffa5786de
commit
3d062c11be
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue