Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/BaseSyntaxNode.h

    r262f085f r294647b  
    1818
    1919#include "Common/utility.h"
    20 #include "Visitor.h"
    2120
    2221class BaseSyntaxNode {
    2322  public:
    2423        CodeLocation location;
    25 
    26         virtual void accept( Visitor & v ) = 0; // temporary -- needs to be here so that BaseSyntaxNode is polymorphic and can be dynamic_cast
    2724};
    2825
Note: See TracChangeset for help on using the changeset viewer.