summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/delegate.h')
-rw-r--r--src/lib/util/delegate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/delegate.h b/src/lib/util/delegate.h
index 3a717de9f86..85a1628409c 100644
--- a/src/lib/util/delegate.h
+++ b/src/lib/util/delegate.h
@@ -112,7 +112,7 @@
#define HAS_DIFFERENT_ABI 0
#endif
#elif defined(_MSC_VER) && defined (PTR64)
-#define MEMBER_ABI
+#define MEMBER_ABI
#define HAS_DIFFERENT_ABI 0
#define USE_DELEGATE_TYPE DELEGATE_TYPE_MSVC
#else
@@ -598,10 +598,10 @@ private:
// if odd, it's the byte offset into the vtable
int m_this_delta; // delta to apply to the 'this' pointer
- int m_dummy1;
- int m_dummy2;
+ int m_dummy1;
+ int m_dummy2;
- int m_size;
+ int m_size;
};
#endif