[Pkg-javascript-commits] [node-leveldown] 276/492: missing namespace

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 243431c4d49fa26fd6a599cf30d5a088c2c88440
Author: Rod Vagg <rod at vagg.org>
Date:   Sun Mar 17 16:46:05 2013 +1100

    missing namespace
---
 src/leveldown.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/leveldown.h b/src/leveldown.h
index e18634f..5ff6356 100644
--- a/src/leveldown.h
+++ b/src/leveldown.h
@@ -99,7 +99,8 @@
   if (args.Length() == 0) { \
     LD_THROW_RETURN(name() requires a callback argument) \
   } \
-  Database* database = ObjectWrap::Unwrap<Database>(args.This()); \
+  leveldown::Database* database = \
+    node::ObjectWrap::Unwrap<leveldown::Database>(args.This()); \
   v8::Local<v8::Object> optionsObj; \
   v8::Persistent<v8::Function> callback; \
   if (optionPos == -1 && args[callbackPos]->IsFunction()) { \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list