From 10e17c30a38535e571e28d2a56046c76bda39a97 Mon Sep 17 00:00:00 2001 From: glx Date: Fri, 7 Dec 2007 17:42:15 +0000 Subject: (svn r11586) -Fix: make another widget 'accessor' function const when it should be const. --- 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 e98d99d24..7e5ff8d2c 100644 --- a/src/window.h +++ b/src/window.h @@ -297,7 +297,7 @@ struct Window { void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...); void CDECL SetWidgetsHiddenState(bool hidden_stat, int widgets, ...); void CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...); - void InvalidateWidget(byte widget_index); + void InvalidateWidget(byte widget_index) const; }; struct querystr_d { -- cgit v1.2.3-54-g00ecf