diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-07-02 03:40:52 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-07-02 03:40:52 +0000 |
| commit | bd77ef25e9161acb007323f851ba77e106036939 (patch) | |
| tree | 4c38776379d63e26de436a85476d73566205476d /src/measure-context.cpp | |
| parent | Renamed Length class to Quantity class, fixed bugs, and added functions. (diff) | |
| download | inkscape-bd77ef25e9161acb007323f851ba77e106036939.tar.gz inkscape-bd77ef25e9161acb007323f851ba77e106036939.zip | |
Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
(bzr r12380.1.4)
Diffstat (limited to 'src/measure-context.cpp')
| -rw-r--r-- | src/measure-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/measure-context.cpp b/src/measure-context.cpp index dc23cf5c6..9d60d38e8 100644 --- a/src/measure-context.cpp +++ b/src/measure-context.cpp @@ -13,7 +13,7 @@ #include <gdk/gdkkeysyms.h> #include <boost/none_t.hpp> -#include "helper/units.h" +#include "util/units.h" #include "macros.h" #include "display/curve.h" #include "sp-shape.h" |
