summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/throwing.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/throwing.h')
-rw-r--r--libs/audiographer/audiographer/throwing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/throwing.h b/libs/audiographer/audiographer/throwing.h
index 8bd8415560..0d8c2a89fb 100644
--- a/libs/audiographer/audiographer/throwing.h
+++ b/libs/audiographer/audiographer/throwing.h
@@ -40,7 +40,7 @@ enum /*LIBAUDIOGRAPHER_API*/ ThrowLevel
* logical and (short-circuiting).
*/
template<ThrowLevel L = DEFAULT_THROW_LEVEL>
-class /*LIBAUDIOGRAPHER_API*/ Throwing
+class LIBAUDIOGRAPHER_API Throwing
{
protected:
Throwing() {}