add debug "bits" for FaderPort
[ardour.git] / libs / ardour / ardour / debug.h
index d7cb27f6c141c9a4f227d846271ed5a9da8e690d..6ebf21a958b1d358b6a8bd9a2cedcb93c0c47ebf 100644 (file)
@@ -75,7 +75,8 @@ namespace PBD {
                LIBARDOUR_API extern DebugBits BackendTiming;
                LIBARDOUR_API extern DebugBits BackendThreads;
                LIBARDOUR_API extern DebugBits BackendPorts;
-               LIBARDOUR_API extern DebugBits VSTCallbacks;;
+               LIBARDOUR_API extern DebugBits VSTCallbacks;
+               LIBARDOUR_API extern DebugBits FaderPort;
 
        }
 }