diff options
author | Vincent Richard <[email protected]> | 2005-11-05 09:47:08 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-11-05 09:47:08 +0000 |
commit | cffdc6caf55ec944144cc87f669e04d80e5045a2 (patch) | |
tree | adf24f880555d353752c0620517b67006201b233 /src/header.cpp | |
parent | Refactored header field values and parameters. (diff) | |
download | vmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.tar.gz vmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.zip |
Fixed typos in documentation.
Diffstat (limited to 'src/header.cpp')
-rw-r--r-- | src/header.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/header.cpp b/src/header.cpp index 503ee16b..719e2456 100644 --- a/src/header.cpp +++ b/src/header.cpp @@ -316,7 +316,7 @@ const bool header::isEmpty() const } -ref <headerField> header::getFieldAt(const int pos) +const ref <headerField> header::getFieldAt(const int pos) { return (m_fields[pos]); } |