diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-08-28 02:14:56 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-08-28 02:14:56 +0000 |
| commit | fcd3b1af971172bf0fbe6eabcd97eaf1223267ba (patch) | |
| tree | b675fddf0de3c0759f825a55e8572c257b094fc1 /src/util/units.h | |
| parent | Fix Windows build. (diff) | |
| download | inkscape-fcd3b1af971172bf0fbe6eabcd97eaf1223267ba.tar.gz inkscape-fcd3b1af971172bf0fbe6eabcd97eaf1223267ba.zip | |
Use enum names instead of numbers.
(bzr r12475.1.6)
Diffstat (limited to 'src/util/units.h')
| -rw-r--r-- | src/util/units.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/units.h b/src/util/units.h index c5ee87ae3..ececc8aa1 100644 --- a/src/util/units.h +++ b/src/util/units.h @@ -28,7 +28,7 @@ Need to review the Units support that's in Gtkmm already... #include <map> #include <glibmm/ustring.h> -#include "svg/svg.h" +#include "svg/svg-length.h" namespace Inkscape { namespace Util { |
