General: Remove unnecessary inline specifiers and add overrides

This commit is contained in:
Lioncash
2020-06-11 14:10:22 -04:00
parent 2d76c5865a
commit 012da6fb6d
107 changed files with 885 additions and 1055 deletions

View File

@@ -20,7 +20,7 @@ class CScan : public CResource
std::vector<uint8> mPropertyData;
public:
CScan(CResourceEntry* pEntry = 0);
explicit CScan(CResourceEntry* pEntry = nullptr);
CStructRef ScanData() const;
/** Convenience property accessors */
@@ -28,7 +28,7 @@ public:
CBoolRef IsCriticalPropertyRef() const;
/** CResource interface */
virtual CDependencyTree* BuildDependencyTree() const override;
CDependencyTree* BuildDependencyTree() const override;
};
#endif // CSCAN_H