ProgramLoader corrections

This commit is contained in:
black
2025-07-07 14:32:23 +02:00
parent 3326227bb1
commit cbe7243da4
5 changed files with 20 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ public:
ProgramLoader(const ProgramLoader&&) = delete;
ProgramLoader& operator=(const ProgramLoader&) = delete;
ProgramLoader& operator=(const ProgramLoader&&) = delete;
~ProgramLoader();
/**
* Gibt die Singleton Instanz des ProgramLoaders zurück