diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-12 17:36:41 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-12 17:36:41 +0000 |
| commit | e3c62482bd76423d5cd383246f01c4785a96bc26 (patch) | |
| tree | 17f77625e05af75cfe43fdfc645d913df6949c4f /src | |
| parent | remove the old _d_changed and _typestr_changed hacks, replacing by an int-val... (diff) | |
| download | inkscape-e3c62482bd76423d5cd383246f01c4785a96bc26.tar.gz inkscape-e3c62482bd76423d5cd383246f01c4785a96bc26.zip | |
change uint to unsigned int
(bzr r496)
Diffstat (limited to 'src')
| -rw-r--r-- | src/nodepath.h | 4 |
1 files 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; }; |
