[Bf-blender-cvs] [bd65d3ce97e] master: Cleanup: Explicit specifier for single argument constructor

Sergey Sharybin noreply at git.blender.org
Fri Oct 8 10:01:23 CEST 2021


Commit: bd65d3ce97e075fe12aec9f31721c68377d31a9e
Author: Sergey Sharybin
Date:   Fri Oct 8 10:00:45 2021 +0200
Branches: master
https://developer.blender.org/rBbd65d3ce97e075fe12aec9f31721c68377d31a9e

Cleanup: Explicit specifier for single argument constructor

===================================================================

M	intern/cycles/blender/blender_output_driver.h

===================================================================

diff --git a/intern/cycles/blender/blender_output_driver.h b/intern/cycles/blender/blender_output_driver.h
index 8a1cf92d7c7..0852cba1b34 100644
--- a/intern/cycles/blender/blender_output_driver.h
+++ b/intern/cycles/blender/blender_output_driver.h
@@ -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;



More information about the Bf-blender-cvs mailing list