aboutsummaryrefslogtreecommitdiff
path: root/FileReader.cpp
blob: 89ebe1794b3d1fbb73f705d2e1c6f32d8d3180b7 (plain)
1
2
3
4
5
6
#include "FileReader.h"

using namespace std;

FileReader::FileReader(const string & url) : url(url) { }