Fix some compilation warnings
[ardour.git] / libs / audiographer / private / gdither / gdither_types.h
index bcc0097d7fcd1ddab556cde3bc5ac2db0bf5ecbc..8cc1cdf60d8fc28247abbc874d361932fd10a101 100644 (file)
@@ -36,7 +36,8 @@ typedef enum {
     GDither16bit = 16,
     GDither32bit = 32,
     GDitherFloat = 25,
-    GDitherDouble = 54
+    GDitherDouble = 54,
+    GDitherPerformanceTest = 23
 } GDitherSize;
 
 typedef void *GDither;