0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
[occt.git] / samples / mfc / standard / Common / OCC_2dDoc.h
index a788792..7186c1e 100755 (executable)
@@ -30,7 +30,7 @@ public: // New operations
 
 public: // getters
 
-  Handle_V3d_Viewer GetViewer2D () { return myViewer; };
+  Handle(V3d_Viewer) GetViewer2D () { return myViewer; };
 
   Handle(AIS_InteractiveContext)& GetInteractiveContext() { return myAISContext; };