mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
fix typo in comment
This commit is contained in:
parent
111480f630
commit
d7b84f8a86
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace PrioritySortUtil {
|
|||
// uint64_t PrioritySortUtil<typename T>::getObjectAge(const T&);
|
||||
//
|
||||
// (2) Below the implementation in (1):
|
||||
/
|
||||
//
|
||||
// #include <PrioritySortUtil.h>
|
||||
//
|
||||
// (3) Create a PriorityCalculator instance:
|
||||
|
@ -124,3 +124,4 @@ namespace PrioritySortUtil {
|
|||
};
|
||||
}
|
||||
#endif // hifi_PrioritySortUtil_h
|
||||
|
||||
|
|
Loading…
Reference in a new issue