Changes in src/Common/CompilerError.h [6b0b624:8b7ee09]
- File:
-
- 1 edited
-
src/Common/CompilerError.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/CompilerError.h
r6b0b624 r8b7ee09 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 21 22:18:07 201713 // Update Count : 412 // Last Modified On : Thu Aug 18 23:41:30 2016 13 // Update Count : 3 14 14 // 15 15 16 #pragma once 16 #ifndef COMPILER_ERROR_H 17 #define COMPILER_ERROR_H 17 18 18 19 #include <string> … … 30 31 }; 31 32 33 #endif // COMPILER_ERROR_H 34 32 35 // Local Variables: // 33 36 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.