Cleanup: Explicit specifier for single argument constructor

This commit is contained in:
Sergey Sharybin 2021-10-08 10:00:45 +02:00
parent 3284b5bbde
commit bd65d3ce97
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ CCL_NAMESPACE_BEGIN
class BlenderOutputDriver : public OutputDriver {
public:
BlenderOutputDriver(BL::RenderEngine &b_engine);
explicit BlenderOutputDriver(BL::RenderEngine &b_engine);
~BlenderOutputDriver();
virtual void write_render_tile(const Tile &tile) override;