all repos — fluxbox @ 1d9a172a79af472b9c162bfbab093ba1e2109a42

custom fork of the fluxbox windowmanager

meaningless const qualifier removed
akir akir
commit

1d9a172a79af472b9c162bfbab093ba1e2109a42

parent

b7190ee2e57c7e0fe78473275d9b94397fa1ddee

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/fluxbox.hhsrc/fluxbox.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ inline bool &getPseudoTrans() { return *m_rc_pseudotrans; }

inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() const { return *m_rc_titlebar_right; } inline const std::vector<Fluxbox::Titlebar>& 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; }