mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
A minor comment change
This commit is contained in:
parent
841ec1c838
commit
8a3b7f3701
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
// searched and sorted. Thus, when instantiating the container, MSVC complains
|
||||
// if the type of object being contained has no appropriate comparison operators
|
||||
// defined (specifically, if operators '<' and '==' are undefined). This seems
|
||||
// to be the case with ptw32 'pthread_t' which is a simple struct.
|
||||
// to be the case with 'ptw32_handle_t' which is a simple struct.
|
||||
DECLARE_DEFAULT_COMPARISONS(ptw32_handle_t)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue