Imported Upstream version 1.9.8
[platform/upstream/doxygen.git] / src / code.h
index 687f52e..273b464 100644 (file)
@@ -30,7 +30,7 @@ class CCodeParser : public CodeParserInterface
   public:
     CCodeParser();
     virtual ~CCodeParser();
-    void parseCode(CodeOutputInterface &codeOutIntf,
+    void parseCode(OutputCodeList &codeOutIntf,
                    const QCString &scopeName,
                    const QCString &input,
                    SrcLangExt lang,