aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorakir <akir>2004-10-21 10:16:55 (GMT)
committerakir <akir>2004-10-21 10:16:55 (GMT)
commit1d9a172a79af472b9c162bfbab093ba1e2109a42 (patch)
treed9c9c67da8661841b08e572d0570fa4448f6f48e /src/fluxbox.hh
parentb7190ee2e57c7e0fe78473275d9b94397fa1ddee (diff)
downloadfluxbox-1d9a172a79af472b9c162bfbab093ba1e2109a42.zip
fluxbox-1d9a172a79af472b9c162bfbab093ba1e2109a42.tar.bz2
meaningless const qualifier removed
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
1 files 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.hh,v 1.94 2004/10/19 09:01:49 akir Exp $ 25// $Id: fluxbox.hh,v 1.95 2004/10/21 10:16:55 akir Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -119,7 +119,7 @@ public:
119 119
120 inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() const { return *m_rc_titlebar_right; } 120 inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() const { return *m_rc_titlebar_right; }
121 inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; } 121 inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; }
122 inline const Fluxbox::TabsAttachArea getTabsAttachArea() const { return *m_rc_tabs_attach_area; } 122 inline Fluxbox::TabsAttachArea getTabsAttachArea() const { return *m_rc_tabs_attach_area; }
123 inline const std::string &getStyleFilename() const { return *m_rc_stylefile; } 123 inline const std::string &getStyleFilename() const { return *m_rc_stylefile; }
124 124
125 inline const std::string &getMenuFilename() const { return *m_rc_menufile; } 125 inline const std::string &getMenuFilename() const { return *m_rc_menufile; }