aboutsummaryrefslogtreecommitdiffstats
path: root/src/platformDependant.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-03-29 20:06:39 +0000
committerVincent Richard <[email protected]>2006-03-29 20:06:39 +0000
commite9501b48d86d3c450ac4cbd9b1726d0d22b21784 (patch)
tree13e2821f023bae07fb4d57beeddb2bae2d574ec7 /src/platformDependant.cpp
parentForce encoding when there is a CR/LF in the word. (diff)
downloadvmime-e9501b48d86d3c450ac4cbd9b1726d0d22b21784.tar.gz
vmime-e9501b48d86d3c450ac4cbd9b1726d0d22b21784.zip
Refactored and cleaned up smart pointers.
Diffstat (limited to 'src/platformDependant.cpp')
-rw-r--r--src/platformDependant.cpp2
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()