summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-31 14:41:27 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-31 14:41:27 +0000
commitac61d9ff74ea5ee53ad39e95c22348da35ef5cf0 (patch)
tree0d24f62ef7f70fbb5597d1b08a7d9aaa3379e0d2 /src
parentclarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result of... (diff)
downloadinkscape-ac61d9ff74ea5ee53ad39e95c22348da35ef5cf0.tar.gz
inkscape-ac61d9ff74ea5ee53ad39e95c22348da35ef5cf0.zip
use <cmath> instead <math.h> by point of Vinícius
(bzr r11950.1.321)
Diffstat (limited to 'src')
-rw-r--r--src/ui/tool/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp
index 4824e13fb..3be3a89a7 100644
--- a/src/ui/tool/node.cpp
+++ b/src/ui/tool/node.cpp
@@ -28,7 +28,7 @@
#include "ui/tool/node.h"
#include "ui/tool/path-manipulator.h"
#include <gdk/gdkkeysyms.h>
-#include <math.h>
+#include <cmath>
namespace {