X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Faudiographer%2Fdebug_utils.h;h=410567d51b7cb74537fee9113af13b7dd2430742;hb=c1bd70d8b085acf3895303459cbe50d7dcdd95fe;hp=693c50064ce266fda3b3b8e3154dc90581de17f8;hpb=08371ae2cf6231bbb8522645d14add41ffa9c1c0;p=ardour.git diff --git a/libs/audiographer/audiographer/debug_utils.h b/libs/audiographer/audiographer/debug_utils.h index 693c50064c..410567d51b 100644 --- a/libs/audiographer/audiographer/debug_utils.h +++ b/libs/audiographer/audiographer/debug_utils.h @@ -11,11 +11,13 @@ #include #endif +#include "audiographer/visibility.h" + namespace AudioGrapher { /// Utilities for debugging -struct DebugUtils +struct LIBAUDIOGRAPHER_API DebugUtils { /// Returns the demangled name of the object passed as the parameter template @@ -32,7 +34,7 @@ struct DebugUtils #endif return typeid(obj).name(); } - + /// Returns name of ProcessContext::Flag static std::string process_context_flag_name (FlagField::Flag flag); };