]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.h
Get rid of separate header targets which serve no useful purpose
[builder.git] / source / sourcefile.h
index 18d86045cdee8092c83e834371603ca93490c5e3..49a43318866de078484e23ce69e74877e9a4f7b9 100644 (file)
@@ -14,10 +14,10 @@ private:
        const Component *comp;
        StringList includes;
 
-protected:
-       SourceFile(Builder &, const Msp::FS::Path &);
 public:
+       SourceFile(Builder &, const Msp::FS::Path &);
        SourceFile(Builder &, const Component &, const Msp::FS::Path &);
+
        virtual const char *get_type() const { return "SourceFile"; }
        const StringList &get_includes() const { return includes; }
        const Component *get_component() const { return comp; }