diff base/XmlExportable.h @ 85:ea730e3f9ace

* Ensure consistent ordering of layer text labels * Fix erroneous SR mismatch warning when adding a wave-file model when no other wave-file model is present (only models that don't assert any particular playback samplerate)
author Chris Cannam
date Thu, 27 Apr 2006 11:49:34 +0000
parents d397ea0a79f5
children 0f37e92e1782
line wrap: on
line diff
--- a/base/XmlExportable.h	Wed Apr 26 16:27:34 2006 +0000
+++ b/base/XmlExportable.h	Thu Apr 27 11:49:34 2006 +0000
@@ -31,7 +31,7 @@
 
     static QString encodeColour(QColor);
 
-    static int getObjectExportId(const void *); // not thread-safe
+    static int getObjectExportId(const void *); // thread-safe
 };
 
 #endif