summaryrefslogtreecommitdiffstats
path: root/src/util/units.h
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-08-28 02:14:56 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-08-28 02:14:56 +0000
commitfcd3b1af971172bf0fbe6eabcd97eaf1223267ba (patch)
treeb675fddf0de3c0759f825a55e8572c257b094fc1 /src/util/units.h
parentFix Windows build. (diff)
downloadinkscape-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.h2
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 {