From f6082d05c2058d826705c267875cbc3b5480d037 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Sun, 10 Jan 2010 15:41:08 +0000 Subject: [PATCH] Fail. Should have access-qualified class constants. --- net/systemeD/potlatch2/tools/Quadrilateralise.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/systemeD/potlatch2/tools/Quadrilateralise.as b/net/systemeD/potlatch2/tools/Quadrilateralise.as index 568c4846..f5bd8ae5 100644 --- a/net/systemeD/potlatch2/tools/Quadrilateralise.as +++ b/net/systemeD/potlatch2/tools/Quadrilateralise.as @@ -4,8 +4,8 @@ package net.systemeD.potlatch2.tools { import flash.geom.Point; public class Quadrilateralise { - const NUM_STEPS:uint = 1000; - const TOLERANCE:Number = 1.0e-8; + private static const NUM_STEPS:uint = 1000; + private static const TOLERANCE:Number = 1.0e-8; /** * Attempts to make all corners of a way right angles. Returns true if it -- 2.31.1