[Groonga-commit] groonga/grnxx at 9abeb6b [master] Fix a bug of grnxx::storage::View.

Back to archive index

susumu.yata null+****@clear*****
Wed Apr 24 09:37:09 JST 2013


susumu.yata	2013-04-24 09:37:09 +0900 (Wed, 24 Apr 2013)

  New Revision: 9abeb6b724806eaba0cb8c921b14bef3f18b924f
  https://github.com/groonga/grnxx/commit/9abeb6b724806eaba0cb8c921b14bef3f18b924f

  Message:
    Fix a bug of grnxx::storage::View.

  Modified files:
    lib/grnxx/storage/view.hpp

  Modified: lib/grnxx/storage/view.hpp (+1 -1)
===================================================================
--- lib/grnxx/storage/view.hpp    2013-04-23 18:06:27 +0900 (42b9e11)
+++ lib/grnxx/storage/view.hpp    2013-04-24 09:37:09 +0900 (999c37c)
@@ -56,7 +56,7 @@ class View {
   static View *create(File *file,
                       int64_t offset = 0,
                       int64_t size = -1,
-                      ViewFlags flags = ViewFlags());
+                      ViewFlags flags = VIEW_DEFAULT);
 
   // Flush modified pages.
   virtual bool sync(int64_t offset = 0, int64_t size = -1) = 0;
-------------- next part --------------
HTML����������������������������...
Download 



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