]> git.tdb.fi Git - builder.git/blobdiff - source/virtualfilesystem.h
Use Path objects to store include and library paths
[builder.git] / source / virtualfilesystem.h
index f0cb7383fc9e26ea093d558cbb5bc2885d574f89..362d5db8674f836c2ff01a4bfc9a176251dd095d 100644 (file)
@@ -17,10 +17,10 @@ possible to build them.
 class VirtualFileSystem
 {
 public:
-       typedef std::list<std::string> SearchPath;
+       typedef std::list<Msp::FS::Path> SearchPath;
 
 private:
-       typedef std::map<std::string, FileTarget *> TargetMap;
+       typedef std::map<Msp::FS::Path, FileTarget *> TargetMap;
 
        Builder &builder;
        TargetMap targets;