diff OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1578:1f812f4c95be

comments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Sep 2020 17:20:36 +0200
parents e8a120dd05bd
children
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Thu Sep 24 16:51:14 2020 +0200
+++ b/OrthancStone/Sources/Viewport/WebAssemblyViewport.h	Thu Sep 24 17:20:36 2020 +0200
@@ -134,6 +134,6 @@
       return canvasCssSelector_;
     }
 
-    void FitForPrint();  // TODO - REMOVE
+    void FitForPrint();
   };
 }