diff options
author | Aaron <aaron@10gen.com> | 2010-09-07 22:51:43 -0700 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-09-07 22:51:43 -0700 |
commit | e1d0a0fec21a976a54b14543feeab52f9dfcdb16 (patch) | |
tree | a8bb56b53b8540b0418a5d67e56c4415066654fc /scripting | |
parent | c3c11afeaab435c8b83e6cc9d428cf838247e6ab (diff) | |
download | mongo-e1d0a0fec21a976a54b14543feeab52f9dfcdb16.tar.gz |
compile
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/v8_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/v8_db.h b/scripting/v8_db.h index eacf5a839c8..4211c1c7a38 100644 --- a/scripting/v8_db.h +++ b/scripting/v8_db.h @@ -91,4 +91,4 @@ v8::Handle< v8::Value > v8Callback( const v8::Arguments &args ) { template < v8::Handle< v8::Value > ( *f ) ( const v8::Arguments& ) > v8::Local< v8::FunctionTemplate > newV8Function() { return v8::FunctionTemplate::New( v8Callback< f > ); -}
\ No newline at end of file +} |