mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03: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:
parent
da7e894868
commit
b1bb21e714
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user