diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-05-19 04:05:58 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-05-19 04:05:58 +0000 |
| commit | 95945e176ce66263d5796c654115bbf91f253919 (patch) | |
| tree | 0d9a83b77064e9250b278386f2fd7221b6cb0cf6 /src/nodepath.cpp | |
| parent | * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to man... (diff) | |
| download | inkscape-95945e176ce66263d5796c654115bbf91f253919.tar.gz inkscape-95945e176ce66263d5796c654115bbf91f253919.zip | |
fix compile warning
(bzr r888)
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index 46f1095ac..90fcb26f7 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1013,6 +1013,8 @@ sculpt_profile (double x, double alpha, guint profile) case SCULPT_PROFILE_ELLIPTIC: return sqrt(1 - x*x); } + + return 1; } double |
