summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-04-14 20:51:50 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-04-14 20:51:50 +0000
commitfb49f01264d072beec29a8f40b0e52d9c04f47ce (patch)
tree0ffeec75daeabdd8a0108c4b215ed0380b6b88a0 /src
parentTracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog). (diff)
downloadinkscape-fb49f01264d072beec29a8f40b0e52d9c04f47ce.tar.gz
inkscape-fb49f01264d072beec29a8f40b0e52d9c04f47ce.zip
small tweaks
(bzr r10164)
Diffstat (limited to 'src')
-rw-r--r--src/util/expression-evaluator.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util/expression-evaluator.cpp b/src/util/expression-evaluator.cpp
index b43a61a6d..87937be9a 100644
--- a/src/util/expression-evaluator.cpp
+++ b/src/util/expression-evaluator.cpp
@@ -69,8 +69,6 @@
#include <string.h>
-#include <glib-object.h>
-
namespace Inkscape {
namespace Util {
@@ -82,7 +80,7 @@ enum
GIMP_EEVL_TOKEN_ANY = 40000,
GIMP_EEVL_TOKEN_END = 50000
-} GimpEevlTokenTypeEnum;
+};
typedef int GimpEevlTokenType;