Skip to content

Commit

Permalink
Apply refactorings that happened on target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Oct 17, 2023
1 parent a1de278 commit 525bf19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/platforms/virtual/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ auto probe_display_platform(
{
result.push_back({
nullptr,
mg::PlatformPriority::supported,
mg::probe::supported,
nullptr
});
}
Expand Down
4 changes: 2 additions & 2 deletions src/platforms/virtual/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class mgv::Platform::VirtualDisplayInterfaceProvider : public mg::DisplayInterfa
}

protected:
auto maybe_create_interface(mg::DisplayInterfaceBase::Tag const& type_tag)
-> std::shared_ptr<mg::DisplayInterfaceBase>
auto maybe_create_interface(mg::DisplayProvider::Tag const& type_tag)
-> std::shared_ptr<mg::DisplayProvider>
{
class StubGenericEGLDisplayProvider : public GenericEGLDisplayProvider
{
Expand Down

0 comments on commit 525bf19

Please sign in to comment.