Skip to content

Commit 05efbbd

Browse files
authored
EMSCRIPTEN_EXPORT -> EMBIND_VISIBILITY_DEFAULT
1 parent 968dfc2 commit 05efbbd

File tree

1 file changed

+1
-1
lines changed
  • system/include/emscripten

1 file changed

+1
-1
lines changed

system/include/emscripten/val.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ struct WireTypePack {
284284
static const char name##_symbol[] = #name; \
285285
static const ::emscripten::internal::symbol_registrar<name##_symbol> name##_registrar
286286

287-
class EMSCRIPTEN_EXPORT val {
287+
class EMBIND_VISIBILITY_DEFAULT val {
288288
public:
289289
// missing operators:
290290
// * ~ - + ++ --

0 commit comments

Comments
 (0)