Skip to content

Commit d0701f7

Browse files
committed
FUCK YOU BILL FUCK MSVC FUCK WINDOWS FUCK MICROSOFT
1 parent 41d9a1a commit d0701f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Utils.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class Utils {
2121
static void loadFromPlaylistFile(const std::filesystem::path&);
2222
static void populateVector(const bool customSongs, const std::filesystem::path& path = "", std::vector<std::string> textFileBlacklist = {}, std::vector<std::string> textFileFavorites = {});
2323
static void popualteSongToSongDataMap();
24-
static std::vector<std::string> parseBlacklistFile(const std::filesystem::path&);
25-
static std::vector<std::string> parseFavoritesFile(const std::filesystem::path&);
24+
static std::vector<std::string> parseBlacklistFile(const std::filesystem::path& blacklistFile);
25+
static std::vector<std::string> parseFavoritesFile(const std::filesystem::path& favoritesFile);
2626
static void refreshTheVector();
2727
static void resetSongManagerRefreshVectorSetNewSongBecause(const std::string_view IFUCKINGHATEHEADERFILES);
2828
static bool isFromConfigOrAlternateDir(const std::filesystem::path&);

0 commit comments

Comments
 (0)