Skip to content

Commit cae6897

Browse files
VeithMetroCopilot
andauthored
Update tests/TestPriorityQueue/TestPriorityQueueImplementation.cpp
Co-authored-by: Copilot <[email protected]>
1 parent b1a5a31 commit cae6897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/TestPriorityQueue/TestPriorityQueueImplementation.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ namespace {
2727
DummyNotification(const DummyNotification&) = delete;
2828
DummyNotification& operator=(const DummyNotification&) = delete;
2929

30-
void Activated(const string&, Thunder::PluginHost::IShell*) override
30+
void Activated(const Thunder::Core::string&, Thunder::PluginHost::IShell*) override
3131
{
3232
}
33-
void Deactivated(const string&, Thunder::PluginHost::IShell*) override
33+
void Deactivated(const Thunder::Core::string&, Thunder::PluginHost::IShell*) override
3434
{
3535
}
36-
void Unavailable(const string&, Thunder::PluginHost::IShell*) override
36+
void Unavailable(const Thunder::Core::string&, Thunder::PluginHost::IShell*) override
3737
{
3838
}
3939

0 commit comments

Comments
 (0)