Skip to content

Commit

Permalink
Merge branch 'master' into custom-titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Aug 31, 2024
2 parents 5ed5f4c + 4e08e3c commit 10daec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/InternalPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct Method
Method() = default;
Method(const Method& method)
: m_command(method.m_command)
, m_script(method.m_script ? new Script(*m_script) : nullptr)
, m_script(method.m_script ? new Script(*method.m_script) : nullptr)
{
}
String m_command;
Expand Down

0 comments on commit 10daec4

Please sign in to comment.