diff options
author | mathias <mathias> | 2006-03-02 07:49:13 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-03-02 07:49:13 (GMT) |
commit | a21d42da3709f5dc5b5510297be134507153ef2c (patch) | |
tree | b40b05154c33f8a05191c9b46ece0ed6737e6506 /src/FocusControl.cc | |
parent | e742a830adaef45950a12c901ce245d67cc3fdcb (diff) | |
download | fluxbox_pavel-a21d42da3709f5dc5b5510297be134507153ef2c.zip fluxbox_pavel-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.cc | 4 |
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 |
639 | namespace FbTk { | ||
640 | |||
639 | template<> | 641 | template<> |
640 | std::string FbTk::Resource<FocusControl::FocusModel>::getString() const { | 642 | std::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 | |