From 89faf228eab2332cae4dc41e3fc734de25f2db21 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 19 Jul 2002 21:26:11 +0000
Subject: function name change

---
 src/fluxbox.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 137d818..b83347e 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.20 2002/05/29 06:22:31 fluxgen Exp $
+// $Id: fluxbox.hh,v 1.21 2002/07/19 21:26:11 fluxgen Exp $
 
 #ifndef	 FLUXBOX_HH
 #define	 FLUXBOX_HH
@@ -105,7 +105,7 @@ public:
 
 	inline const char *getMenuFilename(void) const { return m_rc_menufile->c_str(); }
 	inline const std::string &getSlitlistFilename(void) const { return *m_rc_slitlistfile; }
-	inline int getColorsPerChannel(void) const { return *m_rc_colors_per_channel; }
+	inline int colorsPerChannel(void) const { return *m_rc_colors_per_channel; }
 
 	inline const timeval &getAutoRaiseDelay(void) const { return resource.auto_raise_delay; }
 
-- 
cgit v0.11.2