Skip to content

Commit

Permalink
0033557: Coding - Cocoa compilation problem
Browse files Browse the repository at this point in the history
Fixed extern relation for VisTest component on MacOS
  • Loading branch information
dpasukhi committed Dec 26, 2023
1 parent 83bb2a3 commit 656b0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ViewerTest/ViewerTest_ViewerCommands.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 656b0d2

Please sign in to comment.