diff Applications/Generic/NativeStoneApplicationContext.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents 11fa6f00e33c
children e146743f6cdc 2d8ab34c8c91
line wrap: on
line diff
--- a/Applications/Generic/NativeStoneApplicationContext.cpp	Mon May 20 16:26:34 2019 +0200
+++ b/Applications/Generic/NativeStoneApplicationContext.cpp	Tue May 21 11:43:25 2019 +0200
@@ -24,7 +24,7 @@
 
 namespace OrthancStone
 {
-  IWidget& NativeStoneApplicationContext::GlobalMutexLocker::SetCentralWidget(IWidget* widget)
+  Deprecated::IWidget& NativeStoneApplicationContext::GlobalMutexLocker::SetCentralWidget(Deprecated::IWidget* widget)
   {
     that_.centralViewport_.SetCentralWidget(widget);
     return *widget;