diff Framework/Widgets/TestCairoWidget.h @ 273:f21ba2468570 am-2

force all Widgets to have a name to ease debugging
author am@osimis.io
date Fri, 24 Aug 2018 11:26:59 +0200
parents fccffbf99ba1
children 8716176ff7f0
line wrap: on
line diff
--- a/Framework/Widgets/TestCairoWidget.h	Fri Aug 24 09:11:06 2018 +0200
+++ b/Framework/Widgets/TestCairoWidget.h	Fri Aug 24 11:26:59 2018 +0200
@@ -43,7 +43,7 @@
                                         int y);
 
     public:
-      TestCairoWidget(bool animate);
+      TestCairoWidget(const std::string& name, bool animate);
 
       virtual void SetSize(unsigned int width, 
                            unsigned int height);