Sketcher: GeometryFacade inheritance correctness
- Make explicit private inheritance of the interface - Correct inheritance of ExternalGeometryFacade - Correct inheritance of ExternalGeometryExtension - Better document the inheritance choice
This commit is contained in:
committed by
abdullahtahiriyo
parent
645535234a
commit
485b0b58a0
@@ -55,7 +55,7 @@ std::string ExternalGeometryExtensionPy::representation(void) const
|
||||
|
||||
bool first=true;
|
||||
|
||||
for(size_t i=0;i<ISketchExternalGeometryExtension::NumFlags;i++) {
|
||||
for(size_t i=0;i<ExternalGeometryExtension::NumFlags;i++) {
|
||||
if(getExternalGeometryExtensionPtr()->testFlag(i)) {
|
||||
if(first) {
|
||||
first=false;
|
||||
|
||||
Reference in New Issue
Block a user