Skip to content

Commit

Permalink
fix: add explicit to Plugin()
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 4, 2024
1 parent 4d52126 commit bd1c234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace plugin {

class Plugin {
public:
Plugin(ll::plugin::NativePlugin& self);
explicit Plugin(ll::plugin::NativePlugin& self);

Plugin(Plugin&&) = delete;
Plugin(const Plugin&) = delete;
Expand Down

0 comments on commit bd1c234

Please sign in to comment.