(minor edit) fixed a typo in a comment
This commit is contained in:
parent
81fdf95170
commit
3394a7303c
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ class UniqueId
|
|||
public:
|
||||
/**
|
||||
* The type for the numeric value the unique id is represented in.
|
||||
* This is set to 'long long int', i.e., 32-bit signed integers.
|
||||
* This is set to 'long long int', i.e., 64-bit signed integers.
|
||||
* TODO: change this into something not quite as non-portable.
|
||||
*/
|
||||
typedef long long int IdType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue