From 394c1d18aa2bfec229cd32b1d210435807e042f0 Mon Sep 17 00:00:00 2001 From: nkorslund Date: Sun, 16 Nov 2008 20:28:00 +0000 Subject: [PATCH] Fixed a bug in monster git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@70 ea6a568a-9f4f-0410-981a-c910a81bb256 --- monster/compiler/tokenizer.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monster/compiler/tokenizer.d b/monster/compiler/tokenizer.d index b7d2dffa63..a529bed454 100644 --- a/monster/compiler/tokenizer.d +++ b/monster/compiler/tokenizer.d @@ -218,7 +218,7 @@ const char[][] tokenList = TT.State : "state", TT.Typeof : "typeof", TT.Singleton : "singleton", - TT.Singleton : "clone", + TT.Clone : "clone", TT.Static : "static", TT.Const : "const", TT.Abstract : "abstract",