Skip to content

Commit

Permalink
Merge pull request #24 from jgoz/fix-windows
Browse files Browse the repository at this point in the history
Fix roboskirt build on MSVC/Windows.
  • Loading branch information
mildsunrise committed Nov 16, 2012
2 parents 6718d82 + a3d08e1 commit 7db9870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotskirt.cc
Expand Up @@ -345,7 +345,7 @@ WRAPPERS(BUF4)
HandleScope scope; \
\
/*Convert arguments*/ \
Handle<Value> args [0]; \
Handle<Value> args [1]; \
\
/*Call it!*/ \
TryCatch trycatch; \
Expand Down

0 comments on commit 7db9870

Please sign in to comment.