X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Faudiographer%2Fthrowing.h;h=8bd84155605c76d9ebbd11fc7a36347cabe62194;hb=ff2c3dbc81e3648e97cece22f0bcaca4a229f269;hp=ecf7aecd4934f755b67def48c352fdfd8058344a;hpb=e279b9892b467aa823e253d97b6e9504cca0e252;p=ardour.git diff --git a/libs/audiographer/audiographer/throwing.h b/libs/audiographer/audiographer/throwing.h index ecf7aecd49..8bd8415560 100644 --- a/libs/audiographer/audiographer/throwing.h +++ b/libs/audiographer/audiographer/throwing.h @@ -26,7 +26,7 @@ enum /*LIBAUDIOGRAPHER_API*/ ThrowLevel }; /** Class that allows optimizing out error checking during compile time. - * Usage: to take all advantage of this class you should wrap all + * Usage: to take all advantage of this class you should wrap all * throwing statemets like this: * \code * if (throw_level (SomeThrowLevel) && other_optional_conditionals) {