1
0
Fork 0

fixed undefined behavior

This commit is contained in:
Jan Steemann 2014-06-27 22:30:08 +02:00
parent 76de1ae762
commit 483862240f
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ void TRI_doc_mptr_copy_t::setDataPtr (void const* d) {
/// @brief create a document collection
////////////////////////////////////////////////////////////////////////////////
TRI_document_collection_t::TRI_document_collection_t () {
TRI_document_collection_t::TRI_document_collection_t ()
: _keyGenerator(nullptr) {
}
////////////////////////////////////////////////////////////////////////////////