From 1d9a172a79af472b9c162bfbab093ba1e2109a42 Mon Sep 17 00:00:00 2001 From: akir Date: Thu, 21 Oct 2004 10:16:55 +0000 Subject: meaningless const qualifier removed --- src/fluxbox.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fluxbox.hh b/src/fluxbox.hh index ff817d1..1b53cef 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.94 2004/10/19 09:01:49 akir Exp $ +// $Id: fluxbox.hh,v 1.95 2004/10/21 10:16:55 akir Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH @@ -119,7 +119,7 @@ public: inline const std::vector& getTitlebarRight() const { return *m_rc_titlebar_right; } inline const std::vector& getTitlebarLeft() const { return *m_rc_titlebar_left; } - inline const Fluxbox::TabsAttachArea getTabsAttachArea() const { return *m_rc_tabs_attach_area; } + inline Fluxbox::TabsAttachArea getTabsAttachArea() const { return *m_rc_tabs_attach_area; } inline const std::string &getStyleFilename() const { return *m_rc_stylefile; } inline const std::string &getMenuFilename() const { return *m_rc_menufile; } -- cgit v0.11.2