App: [skip ci] add further constructor to SubObjectT

This commit is contained in:
wmayer
2020-02-28 21:14:34 +01:00
parent 33457092a1
commit 8e26c4a2df
2 changed files with 10 additions and 1 deletions

View File

@@ -157,6 +157,9 @@ public:
/*! Constructor */
SubObjectT(SubObjectT &&);
/*! Constructor */
SubObjectT(const DocumentObjectT & obj, const char *subname);
/*! Constructor */
SubObjectT(const DocumentObject*, const char *subname);