Changeset 16 in libcf++ for trunk/include/cf/file.h


Ignore:
Timestamp:
07/11/15 18:35:43 (9 years ago)
Author:
cheese
Message:

#1 fix predefinition of header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf/file.h

    r7 r16  
    44 * @brief file
    55 */
    6 #ifndef __file_h__
    7 #define __file_h__
     6#ifndef __cf_file_h__
     7#define __cf_file_h__
    88
    99#include "cf/exception.h"
     
    213213}
    214214
    215 #endif // #ifndef __file_h__
     215#endif // #ifndef __cf_file_h__
Note: See TracChangeset for help on using the changeset viewer.