X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Faudiographer%2Fflag_debuggable.h;h=f5d4fbf6ed5ed6eec222cc736b1af3b9014855ff;hb=22b07e0233a29d9633ffa825a79503befaf2e16e;hp=7ff6a79ed16239d053f560e1a8a70d1a30bc045e;hpb=9aacefc17010a889222425f97b99050171165038;p=ardour.git diff --git a/libs/audiographer/audiographer/flag_debuggable.h b/libs/audiographer/audiographer/flag_debuggable.h index 7ff6a79ed1..f5d4fbf6ed 100644 --- a/libs/audiographer/audiographer/flag_debuggable.h +++ b/libs/audiographer/audiographer/flag_debuggable.h @@ -26,14 +26,14 @@ class /*LIBAUDIOGRAPHER_API*/ FlagDebuggable : public Debuggable { flags.set (flag); } - + /// Prints debug output if \a context contains flags that are not supported by this class template void check_flags (SelfType & self, ProcessContext context) { if (!Debuggable::debug_level (DebugFlags)) { return; } FlagField unsupported = flags.unsupported_flags_of (context.flags()); - + for (FlagField::iterator it = unsupported.begin(); it != unsupported.end(); ++it) { Debuggable::debug_stream() << boost::str (boost::format ("%1% does not support flag %2%")