Skip to content

Commit

Permalink
Fix some MSVC 4251 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminghuang committed Apr 20, 2017
1 parent 60f5d8e commit a7c5add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mfast/instructions/field_instruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ template <> struct field_type_trait<uint64_t> {

class field_instruction_visitor;

class instruction_tag {
class MFAST_EXPORT instruction_tag {
public:
inline instruction_tag(uint64_t v = 0) : uint64_value_(v) {}
uint64_t to_uint64() const { return uint64_value_; }
Expand Down

0 comments on commit a7c5add

Please sign in to comment.