diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2019-04-30 20:40:33 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2019-04-30 20:40:33 +0000 |
| commit | d137944b06575b9e79d0a3e79a3e5f5b8f6665e2 (patch) | |
| tree | 6017a86cc0040ca9d7615c879036bd320f6e5de7 /src/util | |
| parent | Fix disappearing and antialiasing of grid lines (diff) | |
| parent | Set spacing in About Dialog (diff) | |
| download | inkscape-d137944b06575b9e79d0a3e79a3e5f5b8f6665e2.tar.gz inkscape-d137944b06575b9e79d0a3e79a3e5f5b8f6665e2.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/units.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/units.h b/src/util/units.h index 2b7f8674c..48478c77c 100644 --- a/src/util/units.h +++ b/src/util/units.h @@ -22,6 +22,8 @@ #ifndef DOXYGEN_SHOULD_SKIP_THIS +#define DEFAULT_UNIT_NAME "mm"; + namespace std { template <> struct hash<Glib::ustring> : public std::unary_function<Glib::ustring, std::size_t> { |
