Kaydet (Commit) d7829740 authored tarafından Caolán McNamara's avatar Caolán McNamara

keep it simple, original won't compile except on msvc anyway

üst aaab2b0e
...@@ -63,7 +63,7 @@ namespace pdfi ...@@ -63,7 +63,7 @@ namespace pdfi
virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ) = 0; virtual void visit( ImageElement&, const std::list< Element* >::const_iterator& ) = 0;
virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ) = 0; virtual void visit( PageElement&, const std::list< Element* >::const_iterator& ) = 0;
virtual void visit( DocumentElement&, const std::list< Element* >::const_iterator& ) = 0; virtual void visit( DocumentElement&, const std::list< Element* >::const_iterator& ) = 0;
virtual ~ElementTreeVisitor() = 0 { }; virtual ~ElementTreeVisitor() {}
}; };
typedef boost::shared_ptr<ElementTreeVisitor> ElementTreeVisitorSharedPtr; typedef boost::shared_ptr<ElementTreeVisitor> ElementTreeVisitorSharedPtr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment