aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.cc
diff options
context:
space:
mode:
authormathias <mathias>2006-03-02 07:49:13 (GMT)
committermathias <mathias>2006-03-02 07:49:13 (GMT)
commita21d42da3709f5dc5b5510297be134507153ef2c (patch)
treeb40b05154c33f8a05191c9b46ece0ed6737e6506 /src/FocusControl.cc
parente742a830adaef45950a12c901ce245d67cc3fdcb (diff)
downloadfluxbox-a21d42da3709f5dc5b5510297be134507153ef2c.zip
fluxbox-a21d42da3709f5dc5b5510297be134507153ef2c.tar.bz2
fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at lowlatency dot de>
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r--src/FocusControl.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc
index b98c29c..a31270b 100644
--- a/src/FocusControl.cc
+++ b/src/FocusControl.cc
@@ -636,6 +636,8 @@ void FocusControl::setFocusedWindow(WinClient *client) {
636} 636}
637 637
638////////////////////// FocusControl RESOURCES 638////////////////////// FocusControl RESOURCES
639namespace FbTk {
640
639template<> 641template<>
640std::string FbTk::Resource<FocusControl::FocusModel>::getString() const { 642std::string FbTk::Resource<FocusControl::FocusModel>::getString() const {
641 switch (m_value) { 643 switch (m_value) {
@@ -682,4 +684,4 @@ setFromString(char const *strval) {
682 else 684 else
683 setDefaultValue(); 685 setDefaultValue();
684} 686}
685 687} // end namespace FbTk