projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0031007: Coding - eliminate warnings issued while compiling with -pedantic flag
[occt.git]
/
src
/
IGESData
/
IGESData_IGESReaderTool.cxx
diff --git
a/src/IGESData/IGESData_IGESReaderTool.cxx
b/src/IGESData/IGESData_IGESReaderTool.cxx
index
23d9115
..
b5769bf
100644
(file)
--- a/
src/IGESData/IGESData_IGESReaderTool.cxx
+++ b/
src/IGESData/IGESData_IGESReaderTool.cxx
@@
-333,7
+333,7
@@
IGESData_IGESReaderTool::IGESData_IGESReaderTool
const Handle(IGESData_IGESReaderData)& IR,
IGESData_ParamReader& PR) const
{
- Handle(Interface_Check) ach = new Interface_Check;;
+ Handle(Interface_Check) ach = new Interface_Check();
Handle(Interface_ReaderModule) imodule;
Standard_Integer CN;