Skip to content

Commit

Permalink
Fixed type in printdocvisitor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Mar 15, 2015
1 parent 6913c67 commit c9465bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printdocvisitor.h
Expand Up @@ -189,7 +189,7 @@ class PrintDocVisitor : public DocVisitor
void visit(DocFormula *f)
{
indent_leaf();
printf("<formula name=%s test=%s/>",f->name().data(),f->text().data());
printf("<formula name=%s text=%s/>",f->name().data(),f->text().data());
}
void visit(DocIndexEntry *i)
{
Expand Down

0 comments on commit c9465bd

Please sign in to comment.