App: [skip ci] add further constructor to SubObjectT
This commit is contained in:
@@ -157,6 +157,9 @@ public:
|
||||
/*! Constructor */
|
||||
SubObjectT(SubObjectT &&);
|
||||
|
||||
/*! Constructor */
|
||||
SubObjectT(const DocumentObjectT & obj, const char *subname);
|
||||
|
||||
/*! Constructor */
|
||||
SubObjectT(const DocumentObject*, const char *subname);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user