Skip to content

Commit

Permalink
Merge pull request wovo#29 from florianhumblot/patch-2
Browse files Browse the repository at this point in the history
Rectangle members overrideable maken en protected
  • Loading branch information
wovo authored Jan 5, 2021
2 parents fb22b7c + 10dbcfa commit 6ec926f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions library/graphics/hwlib-graphics-drawables.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,11 @@ class line : public drawable {
//
// ==========================================================================

/// a rectangle object
class rectangle : public drawable {
private:

public:
xy end;
color ink;

public:

rectangle(
const xy & start, const xy & end,
const color & ink = unspecified
Expand Down

0 comments on commit 6ec926f

Please sign in to comment.