highlight/highlight-2.4-gcc41.patch
2006-03-22 17:22:58 +00:00

12 lines
433 B
Diff

--- highlight-2.4.5/highlight/codegenerator.h.org 2006-03-22 17:45:01.000000000 +0100
+++ highlight-2.4.5/highlight/codegenerator.h 2006-03-22 17:50:02.000000000 +0100
@@ -248,7 +248,7 @@
string &getTitle();
/** \param p HTML anchor prefix */
- void CodeGenerator::setHTMLAnchorPrefix(const string & p);
+ void setHTMLAnchorPrefix(const string & p);
protected:
CodeGenerator(highlight::OutputType type);