diff options
Diffstat (limited to '')
-rw-r--r-- | src/platformDependant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platformDependant.cpp b/src/platformDependant.cpp index a09cc5e4..c377b716 100644 --- a/src/platformDependant.cpp +++ b/src/platformDependant.cpp @@ -28,7 +28,7 @@ namespace vmime { -platformDependant::handler* platformDependant::sm_handler = NULL; +ref <platformDependant::handler> platformDependant::sm_handler = NULL; platformDependant::handler::~handler() |