Index: fxjse/include/cfxjse_value.h |
diff --git a/fxjse/include/cfxjse_value.h b/fxjse/include/cfxjse_value.h |
index 74b4bab2e2aa39a3d1c273955d9d2bd59b773a64..6e14d48f8fdbacc7a9d6fb34cbc8626bf51cec99 100644 |
--- a/fxjse/include/cfxjse_value.h |
+++ b/fxjse/include/cfxjse_value.h |
@@ -11,7 +11,8 @@ |
class CFXJSE_Value { |
public: |
- CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {} |
+ explicit CFXJSE_Value(v8::Isolate* pIsolate); |
+ ~CFXJSE_Value(); |
FX_BOOL IsUndefined() const { |
if (m_hValue.IsEmpty()) { |