mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 04:37:23 +08:00
0030864: Global variable Version defined in TopTools_ShapeSet.cxx is superseded by same name variable from executable
The variable Version defined in TopTools_ShapeSet.cxx has been declared as static to limit its scope.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
const char* Version = "CASCADE Topology V1, (c) Matra-Datavision";
|
||||
const char* Version2 = "CASCADE Topology V2, (c) Matra-Datavision";
|
||||
static const char* Version = "CASCADE Topology V1, (c) Matra-Datavision";
|
||||
static const char* Version2 = "CASCADE Topology V2, (c) Matra-Datavision";
|
||||
|
||||
//=======================================================================
|
||||
//function : TopTools_ShapeSet
|
||||
|
||||
Reference in New Issue
Block a user