Fixed MSVC compilation issues.

This commit is contained in:
kobalicek
2016-06-30 19:16:43 +02:00
parent d25f392c6e
commit 5db35108d0
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ namespace asmjit {
// ============================================================================
// Prevent static initialization.
struct Operand {
class Operand {
public:
struct BaseOp {
uint8_t op;
uint8_t size;

View File

@@ -20,8 +20,8 @@ namespace asmjit {
// [Forward Declarations]
// ============================================================================
struct Assembler;
struct Compiler;
class Assembler;
class Compiler;
//! \addtogroup asmjit_base
//! \{