Browse Source

Fixing an accidental removal of a line.

Jay Sistar 10 years ago
parent
commit
ad525474d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/AtomicJS/Javascript/JSAPI.h

+ 1 - 0
Source/AtomicJS/Javascript/JSAPI.h

@@ -65,4 +65,5 @@ void js_object_to_variantmap(duk_context* ctx, int objIdx, VariantMap &v);
 
 
 /// Returns true if the item is a buffer, and if data and size are passed, they are given values to access the buffer data.
 /// Returns true if the item is a buffer, and if data and size are passed, they are given values to access the buffer data.
 duk_bool_t js_check_is_buffer_and_get_data(duk_context* ctx, duk_idx_t idx, void** data, duk_size_t* size);
 duk_bool_t js_check_is_buffer_and_get_data(duk_context* ctx, duk_idx_t idx, void** data, duk_size_t* size);
+
 }
 }