mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-09 11:05:12 -05:00
FileMode/FileOption debugging, fixes, and added safety.
This commit is contained in:
@@ -26,9 +26,6 @@ class DataLoadingState final : public BaseTask
|
||||
m_task = std::make_unique<sys::Task>(function, std::forward<Args>(args)...);
|
||||
}
|
||||
|
||||
/// @brief Destructor. Runs all DestructFunctions in the vector.
|
||||
~DataLoadingState() {};
|
||||
|
||||
template <typename... Args>
|
||||
static inline std::shared_ptr<DataLoadingState> create(data::DataContext &context,
|
||||
DestructFunction destructFunction,
|
||||
|
||||
Reference in New Issue
Block a user