delete UTF-8 BOMs

This commit is contained in:
jacob1 2016-06-25 12:16:40 -04:00
parent 4190946de5
commit dfdee7afeb
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "Favorite.h"
#include "Favorite.h"
#include <algorithm>
std::vector<std::string> *favoritesList;

View File

@ -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