- 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:
@@ -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 >
|
||||
|
||||
Reference in New Issue
Block a user