diff Framework/Widgets/EmptyWidget.h @ 385:6cc3ce74dc05

using message broker in widgets
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Nov 2018 20:49:41 +0100
parents 7a364e44fbb4
children e33659decec5
line wrap: on
line diff
--- a/Framework/Widgets/EmptyWidget.h	Wed Nov 07 16:17:02 2018 +0100
+++ b/Framework/Widgets/EmptyWidget.h	Wed Nov 07 20:49:41 2018 +0100
@@ -26,9 +26,9 @@
 namespace OrthancStone
 {
   /**
-     * This is a test widget that simply fills its surface with an
-     * uniform color.
-     **/
+   * This is a test widget that simply fills its surface with an
+   * uniform color.
+   **/
   class EmptyWidget : public IWidget
   {
   private:
@@ -54,7 +54,7 @@
     {
     }
 
-    virtual void SetViewport(IViewport& viewport)
+    virtual void SetViewport(WidgetViewport& viewport)
     {
     }