all repos — fluxbox @ f751865512953a0f9c65b3b549cf98ed8b25bfac

custom fork of the fluxbox windowmanager

const operator
fluxgen fluxgen
commit

f751865512953a0f9c65b3b549cf98ed8b25bfac

parent

a8f458d59305c21d0d99ba861dcdd1514cb3dd64

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbTk/KeyUtil.ccsrc/FbTk/KeyUtil.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: KeyUtil.cc,v 1.6 2003/12/31 11:57:47 fluxgen Exp $ +// $Id: KeyUtil.cc,v 1.7 2004/02/10 18:55:12 fluxgen Exp $ #include "KeyUtil.hh" #include "App.hh"

@@ -172,7 +172,7 @@ return 0;

struct t_modlist{ char *str; unsigned int mask; - bool operator == (const char *modstr) { + bool operator == (const char *modstr) const { return (strcasecmp(str, modstr) == 0 && mask !=0); } } modlist[] = {