]> OCCT Git - occt.git/commitdiff
0033557: Coding - Cocoa compilation problem OCCT-780 V7_8_0
authordpasukhi <dpasukhi@opencascade.com>
Mon, 18 Dec 2023 11:50:25 +0000 (11:50 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Tue, 26 Dec 2023 08:37:59 +0000 (08:37 +0000)
Fixed extern relation for VisTest component on MacOS

src/ViewerTest/ViewerTest_ViewerCommands.cxx

index 2124453e2096b66a108a5452a266b8946bf4c329..0de77278eaa0014bd8b9811307e8c34d7275cd65 100644 (file)
@@ -176,11 +176,12 @@ namespace
     GetDisplayConnection() = theDisplayConnection;
   }
 
-  static ViewerTest_ViewerCommandsViewMap ViewerTest_myViews;
   static ViewerTest_ViewerCommandsInteractiveContextMap ViewerTest_myContexts;
   static ViewerTest_ViewerCommandsGraphicDriverMap ViewerTest_myDrivers;
 }
 
+ViewerTest_ViewerCommandsViewMap ViewerTest_myViews;
+
 static struct
 {
   Quantity_Color FlatColor;