diff --git a/LEGO1/omni/include/mxpoint32.h b/LEGO1/omni/include/mxpoint32.h index 898233b7..7b41ae1c 100644 --- a/LEGO1/omni/include/mxpoint32.h +++ b/LEGO1/omni/include/mxpoint32.h @@ -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: diff --git a/LEGO1/omni/include/mxsize32.h b/LEGO1/omni/include/mxsize32.h index 2c5101d2..40c055ab 100644 --- a/LEGO1/omni/include/mxsize32.h +++ b/LEGO1/omni/include/mxsize32.h @@ -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: