diff options
author | fluxgen <fluxgen> | 2004-02-10 18:45:57 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-02-10 18:45:57 (GMT) |
commit | 804d0449a5179f0c08162001d6c648a080721c6b (patch) | |
tree | 51b718b2ee61e811625e39d7f311e920c95018e6 | |
parent | 51f15036898994813f5b0fc256f7d6796d60342a (diff) | |
download | fluxbox-804d0449a5179f0c08162001d6c648a080721c6b.zip fluxbox-804d0449a5179f0c08162001d6c648a080721c6b.tar.bz2 |
minor fix
-rw-r--r-- | src/fluxbox.hh | 4 |
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; } |