mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Fix comments
This commit is contained in:
parent
3f72725541
commit
f22fd2a8cf
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user