diff options
| author | Vincent Richard <[email protected]> | 2013-03-24 11:30:26 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-03-24 11:30:26 +0000 |
| commit | 21945be4c4ef822b7dc5f6ded80027bd5437ce9d (patch) | |
| tree | 4302bdee8d07b52be8aa13a4618104e9503e4b10 /src/parsingContext.cpp | |
| parent | OpenSSL library already mentioned in Required.private, don't need to be speci... (diff) | |
| download | vmime-21945be4c4ef822b7dc5f6ded80027bd5437ce9d.tar.gz vmime-21945be4c4ef822b7dc5f6ded80027bd5437ce9d.zip | |
Fixed warnings and 64-bit issues.
Diffstat (limited to 'src/parsingContext.cpp')
| -rw-r--r-- | src/parsingContext.cpp | 2 |
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) { } |
