Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixGlobalInit.h

    r6b0b624 r03e5d14  
    99// Author           : Rob Schluntz
    1010// Created On       : Mon May 04 15:14:56 2016
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:30:54 2017
    13 // Update Count     : 3
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Fri May 06 15:29:13 2016
     13// Update Count     : 2
    1414//
    1515
    16 #pragma once
     16#ifndef FIX_GLOBAL_INIT_H
     17#define FIX_GLOBAL_INIT_H
    1718
    1819#include <string>
     
    3031  /// Apply transformations to a file name to get a valid C identifier which will be used as
    3132  /// the name of the generated initializer function.
    32   std::string globalFunctionName( const std::string & name );
     33  std::string initName( const std::string & name );
    3334} // namespace
     35
     36#endif // GENPOLY_POLYMUTATOR_H
    3437
    3538// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.