Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/BaseSyntaxNode.h

    r9f2012f r50377a4  
    1717
    1818#include "Common/CodeLocation.h"
    19 #include "Common/GC.h"
    2019#include "Common/Indenter.h"
    21 
    2220class Visitor;
    2321class Mutator;
    2422
    25 class BaseSyntaxNode : public GC_Object {
    26   friend class GcTracer;
    27 public:
     23class BaseSyntaxNode {
     24  public:
    2825        CodeLocation location;
     26
     27        virtual ~BaseSyntaxNode() {}
    2928
    3029        virtual BaseSyntaxNode * clone() const = 0;
Note: See TracChangeset for help on using the changeset viewer.