Help: mark currently unused-parameter as such for now

This commit is contained in:
Charles Dang 2018-04-03 13:36:17 +11:00 committed by Celtic Minstrel
parent 86debf7c21
commit 50e27afc47

View file

@ -76,6 +76,7 @@ public:
: type_(t)
, variation_(variation)
{
UNUSED(type_);
}
/** Inherited from @ref topic_text_generator. */