Fixed compile errors under Windows

This commit is contained in:
Ilya Lysenkov
2010-12-21 11:39:12 +00:00
parent 998fab0ef5
commit 351f6eeb97
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ struct CirclesGridFinderParameters
int minGraphConfidence;
float vertexGain;
float vertexPenalty;
float existingVertexGain;
int existingVertexGain;
float edgeGain;
float edgePenalty;
float convexHullFactor;