susumu.yata
null+****@clear*****
Tue Dec 16 10:53:48 JST 2014
susumu.yata 2014-11-21 19:01:27 +0900 (Fri, 21 Nov 2014) New Revision: 53ed3790c7eb35fd7a7f96326ba732e79c7c8377 https://github.com/groonga/grnxx/commit/53ed3790c7eb35fd7a7f96326ba732e79c7c8377 Message: Add missing initialization. Modified files: lib/grnxx/impl/sorter.cpp Modified: lib/grnxx/impl/sorter.cpp (+2 -1) =================================================================== --- lib/grnxx/impl/sorter.cpp 2014-11-21 17:18:14 +0900 (ad4a668) +++ lib/grnxx/impl/sorter.cpp 2014-11-21 19:01:27 +0900 (6822519) @@ -431,7 +431,8 @@ Node *Node::create(SorterOrder &&order) try { using namespace sorter; Sorter::Sorter(Array<SorterOrder> &&orders, const SorterOptions &options) - : table_(nullptr), + : SorterInterface(), + table_(nullptr), nodes_(), records_(nullptr), offset_(options.offset), -------------- next part -------------- HTML����������������������������... Télécharger