Changes in src/SynTree/Label.h [6b0b624:d1625f8]
- File:
-
- 1 edited
-
src/SynTree/Label.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Label.h
r6b0b624 rd1625f8 10 10 // Created On : Wed Jun 8 12:53:12 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S at Jul 22 09:52:44 201713 // Update Count : 312 // Last Modified On : Sun Aug 7 14:44:29 2016 13 // Update Count : 2 14 14 // 15 15 16 #pragma once 16 #ifndef LABEL_H 17 #define LABEL_H 17 18 18 19 #include <string> … … 50 51 static const std::list< Label > noLabels; 51 52 53 #endif // LABEL_H 54 52 55 // Local Variables: // 53 56 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.