mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
Rearrange initialisations to remove warnings
This commit is contained in:
@@ -45,8 +45,8 @@ namespace MongoDB
|
||||
|
||||
InsertRequest::InsertRequest(const std::string& collectionName, Flags flags)
|
||||
: RequestMessage(MessageHeader::Insert),
|
||||
_fullCollectionName(collectionName),
|
||||
_flags(flags)
|
||||
_flags(flags),
|
||||
_fullCollectionName(collectionName)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user