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