- change name of the types "True" and "False" to "TrueType" and "FalseType" to clearify, that these are types

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1137 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2014-08-11 09:47:41 +00:00
parent 0bc61d5839
commit d633dfc737
3 changed files with 8 additions and 8 deletions

View File

@@ -504,8 +504,8 @@ namespace OMFormat {
// -------------------- (re-)store integer with wanted number of bits (bytes)
typedef GenProg::True t_signed;
typedef GenProg::False t_unsigned;
typedef GenProg::TrueType t_signed;
typedef GenProg::FalseType t_unsigned;
// helper to store a an integer
template< typename T >