summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-09-01 20:52:19 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-09-01 20:52:19 +0000
commit9fa273f7f440d00e39bcb0048de6df3c11ec99e3 (patch)
treeb0f798187b702bf3923152f297e6127829ea34af /src
parentupdate 2geom (rev. 1569) (diff)
downloadinkscape-9fa273f7f440d00e39bcb0048de6df3c11ec99e3.tar.gz
inkscape-9fa273f7f440d00e39bcb0048de6df3c11ec99e3.zip
I don't have this function, must be a recent addition to glib? replaced by a more standard one
(bzr r6749)
Diffstat (limited to 'src')
-rw-r--r--src/nodepath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp
index c888e7953..e049c40df 100644
--- a/src/nodepath.cpp
+++ b/src/nodepath.cpp
@@ -1386,7 +1386,7 @@ sculpt_profile (double x, double alpha, guint profile)
result = sqrt(1 - x*x);
break;
default:
- g_warn_if_reached();
+ g_assert_not_reached();
}
}