Skip to content

Commit 62306f8

Browse files
committed
Stupid mistake in the plugins interface
1 parent 18a50ea commit 62306f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Framework/Core/Interfaces/PluginInterface.hpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ namespace UImGui
3535
class UIMGUI_PUBLIC_API Plugins
3636
{
3737
public:
38-
Plugins() = delete;
39-
Plugins(const Plugins&) = delete;
40-
void operator=(Plugins const&) = delete;
38+
Plugins() noexcept = default;
4139

4240
/**
4341
* @brief Loads a plugin from a location string

0 commit comments

Comments
 (0)