Skip to content

Commit e6229af

Browse files
Fix compilation error
1 parent ad96c34 commit e6229af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monitor/Monitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ POP_WARNING()
766766
}
767767
}
768768
}
769-
void Deactivated (const string&, PluginHost::IShell*) override
769+
void Deactivated (const string& callsign, PluginHost::IShell*) override
770770
{
771771
MonitorObjectContainer::iterator index(_monitor.find(callsign));
772772

0 commit comments

Comments
 (0)