From a8cd7694ccea215b6f003899333b1d727384b5b5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 9 Oct 2009 21:36:09 +0000 Subject: Fix warnings about non-static const member in class without a constructor svn-id: r44848 --- engines/cine/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine') diff --git a/engines/cine/script.h b/engines/cine/script.h index 5b930e3f64..f3920448f3 100644 --- a/engines/cine/script.h +++ b/engines/cine/script.h @@ -47,7 +47,7 @@ class FWScript; typedef int (FWScript::*OpFunc)(); struct Opcode { - const OpFunc proc; + OpFunc proc; const char *args; }; -- cgit v1.2.3