Skip to content

Commit

Permalink
delete UTF-8 BOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 25, 2016
1 parent 4190946 commit dfdee7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gui/game/Favorite.cpp
@@ -1,4 +1,4 @@
#include "Favorite.h"
#include "Favorite.h"
#include <algorithm>

std::vector<std::string> *favoritesList;
Expand Down
4 changes: 2 additions & 2 deletions src/gui/game/Favorite.h
@@ -1,4 +1,4 @@
#ifndef FAVORITE_H
#ifndef FAVORITE_H
#define FAVORITE_H

#include <string>
Expand All @@ -13,4 +13,4 @@ class Favorite : public Singleton<Favorite> {
void SetFavoritesList(std::vector<std::string> favoritesList);
bool IsFavorite(std::string identifier);
};
#endif //FAVORITE_H
#endif //FAVORITE_H

0 comments on commit dfdee7a

Please sign in to comment.