[Bf-blender-cvs] [b9b98448a62] master: Cleanup: add missing pragma once

Jacques Lucke noreply at git.blender.org
Tue Nov 23 12:00:22 CET 2021


Commit: b9b98448a62a3f54b28eb51b4209d3e8330d5cb1
Author: Jacques Lucke
Date:   Tue Nov 23 11:59:53 2021 +0100
Branches: master
https://developer.blender.org/rBb9b98448a62a3f54b28eb51b4209d3e8330d5cb1

Cleanup: add missing pragma once

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

M	source/blender/blenkernel/BKE_volume_to_mesh.hh

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

diff --git a/source/blender/blenkernel/BKE_volume_to_mesh.hh b/source/blender/blenkernel/BKE_volume_to_mesh.hh
index 9532da8c23c..dd8ae7ea554 100644
--- a/source/blender/blenkernel/BKE_volume_to_mesh.hh
+++ b/source/blender/blenkernel/BKE_volume_to_mesh.hh
@@ -14,6 +14,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
+#pragma once
+
 #include "BLI_span.hh"
 
 #include "DNA_modifier_types.h"



More information about the Bf-blender-cvs mailing list