Skip to content

Commit

Permalink
Finished ready to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoCaballero committed Dec 28, 2017
1 parent 5b37cfb commit d676535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/KlondikeView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ KlondikeView* KlondikeView::instance() {
}

std::string KlondikeView::getSingletonConfigure() {
// ifstream ifs("conf.txt");
ifstream ifs("src/view/conf.txt");
string line;
getline(ifs, line);
Expand Down

0 comments on commit d676535

Please sign in to comment.