From: dpasukhi Date: Mon, 18 Dec 2023 11:50:25 +0000 (+0000) Subject: 0033557: Coding - Cocoa compilation problem X-Git-Tag: V7_8_0 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=656b0d217fcc3f6611dfabc0206bd2d967ed5265;p=occt.git 0033557: Coding - Cocoa compilation problem Fixed extern relation for VisTest component on MacOS --- diff --git a/src/ViewerTest/ViewerTest_ViewerCommands.cxx b/src/ViewerTest/ViewerTest_ViewerCommands.cxx index 2124453e20..0de77278ea 100644 --- a/src/ViewerTest/ViewerTest_ViewerCommands.cxx +++ b/src/ViewerTest/ViewerTest_ViewerCommands.cxx @@ -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;