diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-04-02 03:18:26 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-04-02 03:18:26 +0000 |
| commit | c57dc0663f018ed4359ef929b042e00234c0eb96 (patch) | |
| tree | bfb77c9d76fc4d03a0119dc66945eefbb3e3b0d0 /src/filter-chemistry.cpp | |
| parent | Cmake: add source directories to src/CMakeLists.txt (diff) | |
| download | inkscape-c57dc0663f018ed4359ef929b042e00234c0eb96.tar.gz inkscape-c57dc0663f018ed4359ef929b042e00234c0eb96.zip | |
get_single_gaussian_blur_radius() ended without a return value. scalar, so use 0
(bzr r5307)
Diffstat (limited to 'src/filter-chemistry.cpp')
| -rw-r--r-- | src/filter-chemistry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter-chemistry.cpp b/src/filter-chemistry.cpp index 58e2fae6e..ea201b8fd 100644 --- a/src/filter-chemistry.cpp +++ b/src/filter-chemistry.cpp @@ -478,6 +478,7 @@ double get_single_gaussian_blur_radius(SPFilter *filter) } return x; } + return 0.0; } |
