comparison 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
comparison
equal deleted inserted replaced
1068:04a95ee91327 1069:5d1b0d2f4b15
54 that_(that), 54 that_(that),
55 lock_(that.globalMutex_) 55 lock_(that.globalMutex_)
56 { 56 {
57 } 57 }
58 58
59 Deprecated::IWidget& SetCentralWidget(Deprecated::IWidget* widget); // Takes ownership 59 void SetCentralWidget(boost::shared_ptr<Deprecated::IWidget> widget);
60 60
61 Deprecated::IViewport& GetCentralViewport() 61 Deprecated::IViewport& GetCentralViewport()
62 { 62 {
63 return that_.centralViewport_; 63 return that_.centralViewport_;
64 } 64 }