コードスタイル

This commit is contained in:
Vaxry 2024-07-03 22:31:51 +02:00
parent 8a21583a8e
commit 9f28b37e2c
4 changed files with 9 additions and 9 deletions

View File

@ -224,7 +224,7 @@ CTabletTool::CTabletTool(SP<Aquamarine::ITabletTool> tool_) : tool(tool_) {
if (!tool) if (!tool)
return; return;
listeners.destroyTool = tool->events.destroy.registerListener([this] (std::any d) { listeners.destroyTool = tool->events.destroy.registerListener([this](std::any d) {
tool.reset(); tool.reset();
events.destroy.emit(); events.destroy.emit();
}); });