diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
| commit | 1079b1b4c0331e5d4bd62f3c93349aec50f520f0 (patch) | |
| tree | 50b185ea8e291e6bdbbd36dddc76820e88f44309 /src/2geom/utils.h | |
| parent | Remove the dom/work directory (diff) | |
| download | inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.tar.gz inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.zip | |
Update 2Geom to pull in integer rectangle class
(bzr r10347.1.1)
Diffstat (limited to 'src/2geom/utils.h')
| -rw-r--r-- | src/2geom/utils.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/2geom/utils.h b/src/2geom/utils.h index e90a4623b..6a72d42c4 100644 --- a/src/2geom/utils.h +++ b/src/2geom/utils.h @@ -1,10 +1,7 @@ -#ifndef LIB2GEOM_UTILS_HEADER -#define LIB2GEOM_UTILS_HEADER - /** * \file * \brief Various utility functions. - * + *//* * Copyright 2007 Johan Engelen <goejendaagh@zonnet.nl> * Copyright 2006 Michael G. Sloan <mgsloan@gmail.com> * @@ -33,6 +30,9 @@ * */ +#ifndef SEEN_LIB2GEOM_UTILS_H +#define SEEN_LIB2GEOM_UTILS_H + #include <cstddef> #include <vector> @@ -59,9 +59,9 @@ struct MultipliableNoncommutative : B } }; -} +} // end namespace Geom -#endif +#endif // SEEN_LIB2GEOM_UTILS_H /* Local Variables: |
