mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0022797: Returning type Handle(Standard_Type)& should be changed to const Handle(Standard_Type)&.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#endif
|
||||
|
||||
Handle_Standard_Type& Standard_Real_Type_()
|
||||
const Handle_Standard_Type& Standard_Real_Type_()
|
||||
{
|
||||
static Handle_Standard_Type _aType =
|
||||
new Standard_Type("Standard_Real",sizeof(Standard_Real),0,NULL);
|
||||
|
Reference in New Issue
Block a user