[Groonga-commit] nroonga/nroonga at 469d25a [master] Fix Database::Initialize argument of header file

Back to archive index

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


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

  New Revision: 469d25aefb6fb960f973587ab98103ac8932d68a
  https://github.com/nroonga/nroonga/commit/469d25aefb6fb960f973587ab98103ac8932d68a

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

  Message:
    Fix Database::Initialize argument of header file
    
    Because it was different from cc file.

  Modified files:
    src/nroonga.h

  Modified: src/nroonga.h (+1 -1)
===================================================================
--- src/nroonga.h    2017-09-22 10:46:17 +0900 (593e7b9)
+++ src/nroonga.h    2017-09-22 14:54:54 +0900 (6978d18)
@@ -11,7 +11,7 @@ class Database : public Nan::ObjectWrap {
   bool closed;
 
   public:
-    static void Initialize(v8::Handle<v8::Object> target);
+    static void Initialize(v8::Local<v8::Object> exports);
 
     struct Baton {
       uv_work_t request;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170922/8cff0d10/attachment-0001.htm 



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