Skip to content

Commit a7c5add

Browse files
Fix some MSVC 4251 warnings
1 parent 60f5d8e commit a7c5add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mfast/instructions/field_instruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ template <> struct field_type_trait<uint64_t> {
8181

8282
class field_instruction_visitor;
8383

84-
class instruction_tag {
84+
class MFAST_EXPORT instruction_tag {
8585
public:
8686
inline instruction_tag(uint64_t v = 0) : uint64_value_(v) {}
8787
uint64_t to_uint64() const { return uint64_value_; }

0 commit comments

Comments
 (0)