From cffdc6caf55ec944144cc87f669e04d80e5045a2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 5 Nov 2005 09:47:08 +0000 Subject: Fixed typos in documentation. --- src/header.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/header.cpp') 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 header::getFieldAt(const int pos) +const ref header::getFieldAt(const int pos) { return (m_fields[pos]); } -- cgit v1.2.3