[Pkg-javascript-commits] [node-leveldown] 260/492: missing namespace
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:06 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 8b27e5ca2bf2ab6a3b77b55c7d10c74a552c1e61
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