[Groonga-commit] groonga/grnxx at 887f399 [master] Use the default settings when options are omitted.

Back to archive index

susumu.yata null+****@clear*****
Wed Jul 30 12:31:08 JST 2014


susumu.yata	2014-07-30 12:31:08 +0900 (Wed, 30 Jul 2014)

  New Revision: 887f39929fb276da3fab23e84b8d7dff041322c4
  https://github.com/groonga/grnxx/commit/887f39929fb276da3fab23e84b8d7dff041322c4

  Message:
    Use the default settings when options are omitted.

  Modified files:
    include/grnxx/sorter.hpp

  Modified: include/grnxx/sorter.hpp (+1 -1)
===================================================================
--- include/grnxx/sorter.hpp    2014-07-30 12:30:43 +0900 (b27bd68)
+++ include/grnxx/sorter.hpp    2014-07-30 12:31:08 +0900 (10e1d60)
@@ -17,7 +17,7 @@ class Sorter {
   static unique_ptr<Sorter> create(
       Error *error,
       unique_ptr<OrderSet> &&order_set,
-      const SorterOptions &options);
+      const SorterOptions &options = SorterOptions());
 
   // Set the target record set.
   //
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index