FULLPIPE: Fix whitespace errors

This commit is contained in:
Colin Snover 2017-11-12 13:45:41 -06:00 committed by Eugene Sandulenko
parent 88a2eaba93
commit 8e0c53de18
3 changed files with 3 additions and 3 deletions

View file

@ -107,7 +107,7 @@ public:
};
class ObList : public Common::List<CObject *>, public CObject {
public:
public:
virtual bool load(MfcArchive &file);
};