Merge branch 'master' into cairocanvas
[ardour.git] / libs / pbd / pbd / abstract_ui.cc
index 9c405745ac3fc6f4b7d693f244c5cfc840763871..67c39b57e44f31c7f30cc30ec8d8d478bbc509b9 100644 (file)
@@ -34,7 +34,7 @@
                              // 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.
-DECLARE_DEFAULT_COMPARISONS(pthread_t)
+DECLARE_DEFAULT_COMPARISONS(ptw32_handle_t)
 #endif
 
 using namespace std;