aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-02-10 18:45:57 (GMT)
committerfluxgen <fluxgen>2004-02-10 18:45:57 (GMT)
commit804d0449a5179f0c08162001d6c648a080721c6b (patch)
tree51b718b2ee61e811625e39d7f311e920c95018e6 /src/fluxbox.hh
parent51f15036898994813f5b0fc256f7d6796d60342a (diff)
downloadfluxbox_paul-804d0449a5179f0c08162001d6c648a080721c6b.zip
fluxbox_paul-804d0449a5179f0c08162001d6c648a080721c6b.tar.bz2
minor fix
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 53b8bd9..184ffd2 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.82 2004/01/11 16:10:23 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.83 2004/02/10 18:45:57 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -109,7 +109,7 @@ public:
109 109
110 110
111 111
112 inline const Bool getIgnoreBorder() const { return *m_rc_ignoreborder; } 112 inline bool getIgnoreBorder() const { return *m_rc_ignoreborder; }
113 113
114 inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() const { return *m_rc_titlebar_right; } 114 inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() const { return *m_rc_titlebar_right; }
115 inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; } 115 inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; }