Skip to content
Snippets Groups Projects
Commit 208cc0fb authored by LUCA WOLFART's avatar LUCA WOLFART
Browse files

fixed linking error

parent 07abf2ff
No related branches found
No related tags found
No related merge requests found
......@@ -416,7 +416,7 @@ wxPoint MainGamePanel::getPointOnEllipse(double horizontalRadius, double vertica
}
std::string getPngFileName(int value, int suit){
std::string MainGamePanel::getPngFileName(int value, int suit){
std::map<int, std::string> value_map {{11, "jack"}, {12, "queen"}, {1, "ace"}};
std::map<int, std::string> suit_map{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment