Update Directory.cpp

Update Directory.cpp to include from header directory
This commit is contained in:
Isak 2018-02-17 21:17:30 +01:00 committed by GitHub
parent 345c59c625
commit afa215193a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "Directory.h"
#include "headers/Directory.h"
Directory::Directory(std::string pathname)
: pathname_m(pathname)