From 656b0d217fcc3f6611dfabc0206bd2d967ed5265 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Mon, 18 Dec 2023 11:50:25 +0000 Subject: [PATCH] 0033557: Coding - Cocoa compilation problem Fixed extern relation for VisTest component on MacOS --- src/ViewerTest/ViewerTest_ViewerCommands.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;