]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.h
Use CustomizedTool for tools which derive from other tools
[builder.git] / source / clangcompiler.h
index 656b9d20dff4be43b2f8148eef5957fd3c9d50b4..af2c05d27a9c0cf926c56ee6aa9f55986d66d7c2 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef CLANGCOMPILER_H_
 #define CLANGCOMPILER_H_
 
-#include "gnucompiler.h"
+#include "customizedtool.h"
 
-class ClangCompiler: public GnuCompiler
+class ClangCompiler: public CustomizedTool
 {
 public:
        ClangCompiler(Builder &, const Architecture &, const std::string &);