diff options
Diffstat (limited to 'core/src/Model/Workflow/Workflow.hpp')
-rw-r--r-- | core/src/Model/Workflow/Workflow.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/Model/Workflow/Workflow.hpp b/core/src/Model/Workflow/Workflow.hpp index 3dc6f38..9c809bf 100644 --- a/core/src/Model/Workflow/Workflow.hpp +++ b/core/src/Model/Workflow/Workflow.hpp @@ -283,6 +283,10 @@ private: NameSelectionError mACNewNameError = NameSelectionError::Empty; public: + // Inherit constructors + using AssetListTyped::AssetListTyped; + +public: virtual void DiscoverFiles(const std::function<void(SavedAsset)>& callback) const override; virtual std::string RetrieveNameFromFile(const std::filesystem::path& file) const override; |