Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Dec 26, 2024
1 parent 3f72725 commit f22fd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LEGO1/omni/include/mxpoint32.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// TODO: We recently added the MFC base class.
// We have to check all usage sites of MxPoint32 and verify with the help of the BETA
// whether MxPoint32 or CRect has been used.
// whether MxPoint32 or CPoint has been used.

class MxPoint32 : public CPoint {
public:
Expand Down
2 changes: 1 addition & 1 deletion LEGO1/omni/include/mxsize32.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// TODO: We recently added the MFC base class.
// We have to check all usage sites of MxSize32 and verify with the help of the BETA
// whether MxSize32 or CRect has been used.
// whether MxSize32 or CSize has been used.

class MxSize32 : public CSize {
public:
Expand Down

0 comments on commit f22fd2a

Please sign in to comment.