# HG changeset patch # User daedric # Date 1269977970 -7200 # Node ID 769d5793f5504af467570644be205d97fdb6077a # Parent 17fad87d0ed175bb4cb07d47032f1d9e3e4c42ca Add another forgotten const diff -r 17fad87d0ed1 -r 769d5793f550 include/http/IResponse.hpp --- 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.