diff options
Diffstat (limited to 'src/shape-editor.cpp')
| -rw-r--r-- | src/shape-editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp index c88b5eb3f..2b7ec4c3d 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -571,7 +571,7 @@ void ShapeEditor::show_helperpath (bool show) { sp_nodepath_show_helperpath (this->nodepath, show); } -void ShapeEditor::flip (NR::Dim2 axis, NR::Maybe<NR::Point> center) { +void ShapeEditor::flip (NR::Dim2 axis, boost::optional<NR::Point> center) { if (this->nodepath) sp_nodepath_flip (this->nodepath, axis, center); } |
