diff --git a/include/ircd/db/column.h b/include/ircd/db/column.h index c9bb8d787..03e8720b9 100644 --- a/include/ircd/db/column.h +++ b/include/ircd/db/column.h @@ -94,7 +94,7 @@ struct ircd::db::column explicit operator database &(); explicit operator database::column &(); - operator bool() const { return bool(c); } + explicit operator bool() const { return bool(c); } bool operator!() const { return !c; } // [GET] Iterations