We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a5a31 commit cae6897Copy full SHA for cae6897
tests/TestPriorityQueue/TestPriorityQueueImplementation.cpp
@@ -27,13 +27,13 @@ namespace {
27
DummyNotification(const DummyNotification&) = delete;
28
DummyNotification& operator=(const DummyNotification&) = delete;
29
30
- void Activated(const string&, Thunder::PluginHost::IShell*) override
+ void Activated(const Thunder::Core::string&, Thunder::PluginHost::IShell*) override
31
{
32
}
33
- void Deactivated(const string&, Thunder::PluginHost::IShell*) override
+ void Deactivated(const Thunder::Core::string&, Thunder::PluginHost::IShell*) override
34
35
36
- void Unavailable(const string&, Thunder::PluginHost::IShell*) override
+ void Unavailable(const Thunder::Core::string&, Thunder::PluginHost::IShell*) override
37
38
39
0 commit comments