diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-31 14:41:27 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-31 14:41:27 +0000 |
| commit | ac61d9ff74ea5ee53ad39e95c22348da35ef5cf0 (patch) | |
| tree | 0d24f62ef7f70fbb5597d1b08a7d9aaa3379e0d2 /src/ui | |
| parent | clarify the 'sc' and 'ec' SPCurve, by point of VinÃcius, whith the result of... (diff) | |
| download | inkscape-ac61d9ff74ea5ee53ad39e95c22348da35ef5cf0.tar.gz inkscape-ac61d9ff74ea5ee53ad39e95c22348da35ef5cf0.zip | |
use <cmath> instead <math.h> by point of VinÃcius
(bzr r11950.1.321)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
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 { |
