Code

revert to black and white cursors
[inkscape.git] / src / libavoid / static.cpp
index d424a2e7f5ac9d94b20a375f206c73fda8c80889..72d3e3b079097a73d328d682b1c4ca417ee9d87c 100644 (file)
@@ -36,7 +36,7 @@ void CreateVisGraph(Polygn **obs, int n_obs)
 {
     for (int poly_i = 0; poly_i < n_obs; poly_i++)
     {
-        uint id = obs[poly_i]->id;
+        unsigned int id = obs[poly_i]->id;
         
         new ShapeRef(id, *(obs[poly_i]));
     }