Skip to content

Commit

Permalink
Updated to remove syntax issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
DMJC committed Jan 14, 2025
1 parent a1904e9 commit c96733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wcm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,5 @@ class WCM

bool lock_input(Gtk::Dialog *grab_dialog);
void unlock_input();
Plugin* find_plugin_by_name(std::vector<Plugin*> plugins, std::string search_name);
Plugin *find_plugin_by_name(std::vector<Plugin*> plugins, std::string search_name);
};

0 comments on commit c96733e

Please sign in to comment.