aboutsummaryrefslogtreecommitdiffstats
path: root/src/parsingContext.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-24 11:30:26 +0000
committerVincent Richard <[email protected]>2013-03-24 11:30:26 +0000
commit21945be4c4ef822b7dc5f6ded80027bd5437ce9d (patch)
tree4302bdee8d07b52be8aa13a4618104e9503e4b10 /src/parsingContext.cpp
parentOpenSSL library already mentioned in Required.private, don't need to be speci... (diff)
downloadvmime-21945be4c4ef822b7dc5f6ded80027bd5437ce9d.tar.gz
vmime-21945be4c4ef822b7dc5f6ded80027bd5437ce9d.zip
Fixed warnings and 64-bit issues.
Diffstat (limited to 'src/parsingContext.cpp')
-rw-r--r--src/parsingContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsingContext.cpp b/src/parsingContext.cpp
index b440ef1e..527f4705 100644
--- a/src/parsingContext.cpp
+++ b/src/parsingContext.cpp
@@ -34,7 +34,7 @@ parsingContext::parsingContext()
parsingContext::parsingContext(const parsingContext& ctx)
- : context()
+ : context(ctx)
{
}