diff Applications/Generic/NativeStoneApplicationContext.h @ 1069:5d1b0d2f4b15 broker

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Oct 2019 21:11:09 +0200
parents e146743f6cdc
children 0ca50d275b9a
line wrap: on
line diff
--- a/Applications/Generic/NativeStoneApplicationContext.h	Tue Oct 15 19:36:57 2019 +0200
+++ b/Applications/Generic/NativeStoneApplicationContext.h	Tue Oct 15 21:11:09 2019 +0200
@@ -56,7 +56,7 @@
       {
       }
 
-      Deprecated::IWidget& SetCentralWidget(Deprecated::IWidget* widget);   // Takes ownership
+      void SetCentralWidget(boost::shared_ptr<Deprecated::IWidget> widget);
 
       Deprecated::IViewport& GetCentralViewport() 
       {