Skip to content

Commit

Permalink
Add definition for WindowSystemFactory::MakeWindowImp().
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Feb 12, 2024
1 parent 9bd4942 commit 7aa78d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Structural_Patterns/Bridge/WindowSystemFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ WindowSystemFactory* WindowSystemFactory::Instance () {
}
return _instance;
}

WindowImp* WindowSystemFactory::MakeWindowImp()
{
// TODO
return 0;
}

0 comments on commit 7aa78d7

Please sign in to comment.