changeset 65:769d5793f550

Add another forgotten const
author daedric <d43dr1c@gmail.com>
date Tue, 30 Mar 2010 21:39:30 +0200
parents 17fad87d0ed1
children 86584ae719fc
files include/http/IResponse.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/http/IResponse.hpp	Tue Mar 30 20:37:02 2010 +0200
+++ b/include/http/IResponse.hpp	Tue Mar 30 21:39:30 2010 +0200
@@ -84,7 +84,7 @@
                  *
                  * @see IHeader
                  */
-                virtual IHeader &           getHeaders(void) const = 0;
+                virtual const IHeader &           getHeaders(void) const = 0;
 
                 /**
                  * @brief Get HTTP headers.