Skip to content

Commit

Permalink
plugins: can build some plugins with 'old' compilers (supported c++11…
Browse files Browse the repository at this point in the history
…, but not supported c++17)
  • Loading branch information
yjh-styx committed Jun 29, 2021
1 parent d07f411 commit a669ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/common/unicode/PluginSettings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PluginSettings

~PluginSettings()
{
SettingsControl(handle,SCTL_FREE,0,{});
SettingsControl(handle,SCTL_FREE,0,nullptr);
}

int CreateSubKey(size_t Root, const wchar_t *Name)
Expand Down

0 comments on commit a669ce6

Please sign in to comment.