diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-02 10:56:56 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-02 10:56:56 +0000 |
| commit | c9e6cec9f909db85df80688c7a5b2a0c97e56c3f (patch) | |
| tree | dfe5beb9f147998c235386b3cf09c2d598d33067 /src/extension/internal/bitmap/threshold.cpp | |
| parent | protect includes in c file (diff) | |
| download | inkscape-c9e6cec9f909db85df80688c7a5b2a0c97e56c3f.tar.gz inkscape-c9e6cec9f909db85df80688c7a5b2a0c97e56c3f.zip | |
run clang tidy modernize pass
Diffstat (limited to 'src/extension/internal/bitmap/threshold.cpp')
| -rw-r--r-- | src/extension/internal/bitmap/threshold.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/bitmap/threshold.cpp b/src/extension/internal/bitmap/threshold.cpp index 0f06c7c79..ddcc7ab1b 100644 --- a/src/extension/internal/bitmap/threshold.cpp +++ b/src/extension/internal/bitmap/threshold.cpp @@ -31,7 +31,7 @@ Threshold::refreshParameters(Inkscape::Extension::Effect* module) { #include "../clear-n_.h" void -Threshold::init(void) +Threshold::init() { Inkscape::Extension::build_from_mem( "<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n" |
