]> git.tdb.fi Git - builder.git/blobdiff - source/virtualfilesystem.h
Inline simple constructors
[builder.git] / source / virtualfilesystem.h
index 4aa20d4b158d1ac8985a46b0383d6c00938b2276..60e198ad3b2dcf866c2be8f67094e054edf146e9 100644 (file)
@@ -29,7 +29,7 @@ private:
        SearchPath sys_bin_path;
 
 public:
-       VirtualFileSystem(Builder &);
+       VirtualFileSystem(Builder &b): builder(b) { }
 
        /** Gets an existing target associated with a path.  If no target has claimed
        that path, 0 is returned. */