Skip to content

Commit 6271c8a

Browse files
refactor: rename js_context.hpp to api_context.hpp and update include in api_classes.cpp
1 parent 996b96e commit 6271c8a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/api_classes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "hostapi.hpp"
22
#include "js_types.hpp"
33
#include "js_utils.hpp"
4-
#include "js_context.hpp"
4+
#include "api_context.hpp"
55

66
#define JS_BIND_PROP(ClassType, ClassIDPtr, name, Member) \
77
JS_CGETSET_DEF( \

0 commit comments

Comments
 (0)