Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativePrinter.h

    r62e5546 r843054c2  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // AlternativePrinter.h --
     7// AlternativePrinter.h -- 
    88//
    99// Author           : Richard C. Bilson
     
    2323
    2424namespace ResolvExpr {
    25         class AlternativePrinter final : public SymTab::Indexer {
     25        class AlternativePrinter : public SymTab::Indexer {
    2626          public:
    2727                AlternativePrinter( std::ostream &os );
    28 
    29                 using SymTab::Indexer::visit;
    30                 virtual void visit( ExprStmt *exprStmt ) override;
     28                virtual void visit( ExprStmt *exprStmt );
    3129          private:
    3230                std::ostream &os;
Note: See TracChangeset for help on using the changeset viewer.