aboutsummaryrefslogtreecommitdiffstats
path: root/src/header.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-05 09:47:08 +0000
committerVincent Richard <[email protected]>2005-11-05 09:47:08 +0000
commitcffdc6caf55ec944144cc87f669e04d80e5045a2 (patch)
treeadf24f880555d353752c0620517b67006201b233 /src/header.cpp
parentRefactored header field values and parameters. (diff)
downloadvmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.tar.gz
vmime-cffdc6caf55ec944144cc87f669e04d80e5045a2.zip
Fixed typos in documentation.
Diffstat (limited to 'src/header.cpp')
-rw-r--r--src/header.cpp2
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]);
}