//=======================================================================
void DumpKindOfBounds(const GEOMAlgo_KindOfBounds aKB)
{
- char *pStr[]={
+ const char *pStr[]={
"KB_UNKNOWN",
"KB_TRIMMED",
"KB_INFINITE"
//=======================================================================
void DumpKindOfClosed(const GEOMAlgo_KindOfClosed aKC)
{
- char *pStr[]={
+ const char *pStr[]={
"KC_UNKNOWN",
"KC_CLOSED",
"KC_NOTCLOSED"
//=======================================================================
void DumpKindOfShape(const GEOMAlgo_KindOfShape aKS)
{
- char *pStr[]={
+ const char *pStr[]={
"KS_UNKNOWN",
"KS_SPHERE",
"KS_CYLINDER",
//=======================================================================
void DumpKindOfName(const GEOMAlgo_KindOfName aKS)
{
- char *pStr[]={
+ const char *pStr[]={
"KN_UNKNOWN",
"KN_SPHERE",
"KN_CYLINDER",