aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index f1db3fe..f1a7d3f 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWinFrame.hh,v 1.25 2003/12/09 08:48:08 rathnor Exp $ 22// $Id: FbWinFrame.hh,v 1.26 2003/12/16 23:34:36 fluxgen Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -46,7 +46,7 @@ class ImageControl;
46class Command; 46class Command;
47class Button; 47class Button;
48class Texture; 48class Texture;
49}; 49}
50 50
51/// holds a window frame with a client window 51/// holds a window frame with a client window
52/// (see: <a href="fluxbox_fbwinframe.png">image</a>) 52/// (see: <a href="fluxbox_fbwinframe.png">image</a>)
@@ -295,7 +295,7 @@ private:
295 class ThemeListener: public FbTk::Observer { 295 class ThemeListener: public FbTk::Observer {
296 public: 296 public:
297 ThemeListener(FbWinFrame &frame):m_frame(frame) { } 297 ThemeListener(FbWinFrame &frame):m_frame(frame) { }
298 void update(FbTk::Subject *subj) { 298 void update(FbTk::Subject *) {
299 m_frame.reconfigure(); 299 m_frame.reconfigure();
300 } 300 }
301 private: 301 private: