Update Directory.cpp
Update Directory.cpp to include from header directory
This commit is contained in:
parent
345c59c625
commit
afa215193a
|
@ -1,4 +1,4 @@
|
||||||
#include "Directory.h"
|
#include "headers/Directory.h"
|
||||||
|
|
||||||
Directory::Directory(std::string pathname)
|
Directory::Directory(std::string pathname)
|
||||||
: pathname_m(pathname)
|
: pathname_m(pathname)
|
||||||
|
|
Loading…
Reference in New Issue