mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Remove pseudo-keyword 'abstract'
This commit is contained in:
@@ -149,7 +149,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual void GetDirectoryChildren(std::vector<DirectoryChild>& children, const std::string& path) abstract;
|
||||
virtual void GetDirectoryChildren(std::vector<DirectoryChild>& children, const std::string& path) = 0;
|
||||
|
||||
private:
|
||||
void PushState(const std::string& directory)
|
||||
|
||||
Reference in New Issue
Block a user