Skip to content

Commit 2dc4ddb

Browse files
committed
Fix for the hosted wayland test
1 parent 7f05753 commit 2dc4ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/wayland/platform.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ mir::UniqueModulePtr<mg::Display> mgw::Platform::create_display(
8484

8585
auto mgw::Platform::maybe_create_provider(const DisplayProvider::Tag& type_tag) -> std::shared_ptr<DisplayProvider>
8686
{
87-
if (dynamic_cast<GenericEGLDisplayProvider const*>(&type_tag))
87+
if (dynamic_cast<GenericEGLDisplayProvider::Tag const*>(&type_tag))
8888
{
8989
return provider;
9090
}

0 commit comments

Comments
 (0)