Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Initializer.h

    r6b0b624 re4d829b  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:52:02 2017
    13 // Update Count     : 21
     12// Last Modified On : Thu Mar 23 16:12:42 2017
     13// Update Count     : 20
    1414//
    1515
    16 #pragma once
     16#ifndef INITIALIZER_H
     17#define INITIALIZER_H
    1718
    1819#include <cassert>
     
    140141std::ostream & operator<<( std::ostream & out, const Designation * des );
    141142
     143#endif // INITIALIZER_H
     144
    142145// Local Variables: //
    143146// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.