diff libgui/graphics/Canvas.h @ 23395:c14cf947142f

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 13 Apr 2017 10:32:21 -0400
parents 092078913d54 7ca04e85f9e3
children c9fab0bc983e
line wrap: on
line diff
--- a/libgui/graphics/Canvas.h	Thu Apr 13 10:23:26 2017 -0400
+++ b/libgui/graphics/Canvas.h	Thu Apr 13 10:32:21 2017 -0400
@@ -108,7 +108,7 @@
     void annotation_callback (const octave_value_list& args);
     void select_object (graphics_object obj, QMouseEvent* event,
                         graphics_object &currentObj, graphics_object &axesObj,
-                        bool axes_only = false, 
+                        bool axes_only = false,
                         std::vector<std::string> omit = std::vector<std::string> ());
 
   private: