[Groonga-commit] nroonga/nroonga at 30d7f25 [master] Fix `protected` to `private`

Back to archive index

abetomo null+****@clear*****
Fri Sep 22 14:57:31 JST 2017


abetomo	2017-09-22 14:57:31 +0900 (Fri, 22 Sep 2017)

  New Revision: 30d7f253770447f935fbbf42c5155c479823856d
  https://github.com/nroonga/nroonga/commit/30d7f253770447f935fbbf42c5155c479823856d

  Merged 54ffa81: Merge pull request #30 from abetomo/clean_code

  Message:
    Fix `protected` to `private`
    
    Because it does not need to be `protected`.

  Modified files:
    src/nroonga.h

  Modified: src/nroonga.h (+1 -1)
===================================================================
--- src/nroonga.h    2017-09-22 14:54:54 +0900 (6978d18)
+++ src/nroonga.h    2017-09-22 14:57:31 +0900 (f7da5fa)
@@ -25,7 +25,7 @@ class Database : public Nan::ObjectWrap {
       grn_obj *database;
     };
 
-  protected:
+  private:
     static void New(const Nan::FunctionCallbackInfo<v8::Value>& info);
     static void CommandString(const Nan::FunctionCallbackInfo<v8::Value>& info);
     static void CommandSyncString(const Nan::FunctionCallbackInfo<v8::Value>& info);
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170922/19318463/attachment-0001.htm 



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