[Groonga-commit] groonga/grnxx at 6b26ded [master] Use class instead of struct.

Back to archive index

susumu.yata null+****@clear*****
Wed Apr 24 10:54:54 JST 2013


susumu.yata	2013-04-24 10:54:54 +0900 (Wed, 24 Apr 2013)

  New Revision: 6b26ded10efc94a75cba728a78f123d6d0a6d19a
  https://github.com/groonga/grnxx/commit/6b26ded10efc94a75cba728a78f123d6d0a6d19a

  Message:
    Use class instead of struct.

  Modified files:
    lib/grnxx/storage.hpp

  Modified: lib/grnxx/storage.hpp (+1 -1)
===================================================================
--- lib/grnxx/storage.hpp    2013-04-24 10:47:36 +0900 (4c66ea9)
+++ lib/grnxx/storage.hpp    2013-04-24 10:54:54 +0900 (206f1c4)
@@ -78,7 +78,7 @@ struct StorageOptions {
   StorageOptions();
 };
 
-struct StorageNode {
+class StorageNode {
  public:
   StorageNode() = default;
   StorageNode(StorageNodeHeader *header, void *body)
-------------- next part --------------
HTML����������������������������...
Download 



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