We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a50ea commit 62306f8Copy full SHA for 62306f8
Framework/Core/Interfaces/PluginInterface.hpp
@@ -35,9 +35,7 @@ namespace UImGui
35
class UIMGUI_PUBLIC_API Plugins
36
{
37
public:
38
- Plugins() = delete;
39
- Plugins(const Plugins&) = delete;
40
- void operator=(Plugins const&) = delete;
+ Plugins() noexcept = default;
41
42
/**
43
* @brief Loads a plugin from a location string
0 commit comments