]> git.tdb.fi Git - builder.git/blobdiff - source/misc.h
Adapt to changes in msppath
[builder.git] / source / misc.h
index edbf314b1b60f138ea57ea23bac679dbde76b048..692ad6f4f3f3f3e7a59565301dd95e20620587cb 100644 (file)
@@ -21,7 +21,7 @@ enum LibMode
 };
 
 typedef std::list<std::string>     StringList;
-typedef std::list<Msp::Path::Path> PathList;
+typedef std::list<Msp::Path> PathList;
 typedef std::map<std::string, std::string> StringMap;
 
 std::string run_command(const StringList &);