X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Faudiographer%2Fthrowing.h;h=ecf7aecd4934f755b67def48c352fdfd8058344a;hb=7ac691ec821c1986282ba9e25b3890dcf07e3e51;hp=e02958a5214632ef0c6b3e8ad12e640c0f54cfe8;hpb=b0e4f81eb3a38b7236ec39f11d5211840a064d15;p=ardour.git diff --git a/libs/audiographer/audiographer/throwing.h b/libs/audiographer/audiographer/throwing.h index e02958a521..ecf7aecd49 100644 --- a/libs/audiographer/audiographer/throwing.h +++ b/libs/audiographer/audiographer/throwing.h @@ -16,7 +16,7 @@ namespace AudioGrapher * However, if you want ultra-optimized code and/or don't care about handling * error situations, feel free to use whatever you want. */ -enum LIBAUDIOGRAPHER_API ThrowLevel +enum /*LIBAUDIOGRAPHER_API*/ ThrowLevel { ThrowNone, ///< Not allowed to throw ThrowObject, ///< Object level stuff, ctors, initalizers etc. @@ -40,7 +40,7 @@ enum LIBAUDIOGRAPHER_API ThrowLevel * logical and (short-circuiting). */ template -class LIBAUDIOGRAPHER_API Throwing +class /*LIBAUDIOGRAPHER_API*/ Throwing { protected: Throwing() {}