Fix comments

This commit is contained in:
Christian Semmler 2024-12-26 09:44:06 -07:00
parent 3f72725541
commit f22fd2a8cf
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: