Skip to content
Snippets Groups Projects
Commit 452058a9 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix compilation error on clang

parent 7c1e266c
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ class NextLabel : public VisitableLabelBase::const_visitor_type, public Visitabl ...@@ -36,6 +36,8 @@ class NextLabel : public VisitableLabelBase::const_visitor_type, public Visitabl
void Visit(void*, UniqueLabel& label) const; void Visit(void*, UniqueLabel& label) const;
   
public: public:
NextLabel() {}
/** /**
* Prints XML representation of String to the output stream. * Prints XML representation of String to the output stream.
* @param string String to print * @param string String to print
......
...@@ -35,6 +35,8 @@ class NextPrimitive : public VisitablePrimitiveBase::const_visitor_type, public ...@@ -35,6 +35,8 @@ class NextPrimitive : public VisitablePrimitiveBase::const_visitor_type, public
void Visit(void*, Bool& primitive) const; void Visit(void*, Bool& primitive) const;
   
public: public:
NextPrimitive() {}
/** /**
* Prints XML representation of String to the output stream. * Prints XML representation of String to the output stream.
* @param string String to print * @param string String to print
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment