summaryrefslogtreecommitdiff
path: root/src/vm/eecontract.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eecontract.h')
-rw-r--r--src/vm/eecontract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/eecontract.h b/src/vm/eecontract.h
index 602522d244..118ec1c059 100644
--- a/src/vm/eecontract.h
+++ b/src/vm/eecontract.h
@@ -35,7 +35,7 @@ class EEContract : public BaseContract
virtual void DestructorDefinedThatCallsRestore(){}
public:
- __declspec(nothrow) ~EEContract()
+ NOTHROW_DECL ~EEContract()
{
Restore();
}