From 21813d102eee54ff9d70082f4a03c7a662c90f9d Mon Sep 17 00:00:00 2001 From: ishmal Date: Wed, 12 Apr 2006 17:36:41 +0000 Subject: [PATCH] change uint to unsigned int --- src/nodepath.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nodepath.h b/src/nodepath.h index 656d64ebb..a0f33d4b1 100644 --- a/src/nodepath.h +++ b/src/nodepath.h @@ -31,7 +31,7 @@ class Node; } -/** +/** * Radial objects are represented by an angle and a distance from * 0,0. 0,0 is represented by a == big_num. */ @@ -132,7 +132,7 @@ class Path { ::Path *livarot_path; /// true if we changed repr, to tell this change from an external one such as from undo, simplify, or another desktop - uint local_change; + unsigned int local_change; }; -- 2.30.2