delete UTF-8 BOMs
This commit is contained in:
parent
4190946de5
commit
dfdee7afeb
@ -1,4 +1,4 @@
|
||||
#include "Favorite.h"
|
||||
#include "Favorite.h"
|
||||
#include <algorithm>
|
||||
|
||||
std::vector<std::string> *favoritesList;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ifndef FAVORITE_H
|
||||
#ifndef FAVORITE_H
|
||||
#define FAVORITE_H
|
||||
|
||||
#include <string>
|
||||
@ -13,4 +13,4 @@ public:
|
||||
void SetFavoritesList(std::vector<std::string> favoritesList);
|
||||
bool IsFavorite(std::string identifier);
|
||||
};
|
||||
#endif //FAVORITE_H
|
||||
#endif //FAVORITE_H
|
||||
|
Loading…
Reference in New Issue
Block a user