From 1b1efab489353734f0047f97fe5fef7f96d0ee68 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 14 May 2002 19:28:34 +0000 Subject: compile with -Wall -W -pendantic when --enable-debug is set. --- src/Window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Window.h') diff --git a/src/Window.h b/src/Window.h index 3c9fa867..b91a41fd 100644 --- a/src/Window.h +++ b/src/Window.h @@ -220,7 +220,7 @@ protected: void associateClientWindow(); void decorate(); void decorateLabel(); - void positionButtons(Bool redecorate_label = False); + void positionButtons(); void positionWindows(); void createCloseButton(); void createIconifyButton(); -- cgit v1.2.3