Skip to content

Commit

Permalink
Add definition for PMWindowImp::GpiStrokePath.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Feb 12, 2024
1 parent fde6deb commit 9bd4942
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Structural_Patterns/Bridge/PMWindowImp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ void PMWindowImp::DeviceRect (
GpiStrokePath(_hps, 1L, 0L);
}
}

void PMWindowImp::GpiStrokePath(HPS hps, long, long)
{
// TODO
}

0 comments on commit 9bd4942

Please sign in to comment.