Codechange: make Subdirectory a scoped enum

This commit is contained in:
Peter Nelson
2026-04-05 21:46:07 +01:00
committed by Peter Nelson
parent 93a6aa77c6
commit 5aae8e2d64
52 changed files with 218 additions and 216 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public:
std::string extension = "-social.so";
#endif
this->FileScanner::Scan(extension, SOCIAL_INTEGRATION_DIR, false);
this->FileScanner::Scan(extension, Subdirectory::SocialIntegration, false);
}
bool AddFile(const std::string &filename, size_t basepath_length, const std::string &) override