mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:10:15 +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&);
|
// uint64_t PrioritySortUtil<typename T>::getObjectAge(const T&);
|
||||||
//
|
//
|
||||||
// (2) Below the implementation in (1):
|
// (2) Below the implementation in (1):
|
||||||
/
|
//
|
||||||
// #include <PrioritySortUtil.h>
|
// #include <PrioritySortUtil.h>
|
||||||
//
|
//
|
||||||
// (3) Create a PriorityCalculator instance:
|
// (3) Create a PriorityCalculator instance:
|
||||||
|
@ -124,3 +124,4 @@ namespace PrioritySortUtil {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif // hifi_PrioritySortUtil_h
|
#endif // hifi_PrioritySortUtil_h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue