[Groonga-commit] groonga/grnxx at 2f73d5d [master] Add a missing constructor implementation.

Back to archive index

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


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

  New Revision: 2f73d5da848a8759c874d8569aa2c5311cabf2c0
  https://github.com/groonga/grnxx/commit/2f73d5da848a8759c874d8569aa2c5311cabf2c0

  Message:
    Add a missing constructor implementation.

  Modified files:
    lib/grnxx/types.cpp

  Modified: lib/grnxx/types.cpp (+4 -0)
===================================================================
--- lib/grnxx/types.cpp    2014-07-30 11:40:41 +0900 (f250aa3)
+++ lib/grnxx/types.cpp    2014-07-30 12:30:43 +0900 (1e246df)
@@ -51,4 +51,8 @@ CursorOptions::CursorOptions()
       limit(numeric_limits<Int>::max()),
       order_type(REGULAR_ORDER) {}
 
+SorterOptions::SorterOptions()
+    : offset(0),
+      limit(numeric_limits<Int>::max()) {}
+
 }  // namespace grnxx
-------------- next part --------------
HTML����������������������������...
Download 



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