[Bf-blender-cvs] [a2ecba884af] functions: missing pragma once

Jacques Lucke noreply at git.blender.org
Tue Feb 19 19:28:42 CET 2019


Commit: a2ecba884afa6c0395b7797245834eab6f77d551
Author: Jacques Lucke
Date:   Tue Feb 19 17:53:24 2019 +0100
Branches: functions
https://developer.blender.org/rBa2ecba884afa6c0395b7797245834eab6f77d551

missing pragma once

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

M	source/blender/blenlib/BLI_listbase_wrapper.hpp
M	source/blender/functions/function_nodes/function_nodes.hpp

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

diff --git a/source/blender/blenlib/BLI_listbase_wrapper.hpp b/source/blender/blenlib/BLI_listbase_wrapper.hpp
index 8fd1ff1996a..a09fa3fb9ce 100644
--- a/source/blender/blenlib/BLI_listbase_wrapper.hpp
+++ b/source/blender/blenlib/BLI_listbase_wrapper.hpp
@@ -1,3 +1,5 @@
+#pragma once
+
 #include "BLI_listbase.h"
 #include "DNA_listBase.h"
 
diff --git a/source/blender/functions/function_nodes/function_nodes.hpp b/source/blender/functions/function_nodes/function_nodes.hpp
index 50e79efa7c1..a55a9d6d52d 100644
--- a/source/blender/functions/function_nodes/function_nodes.hpp
+++ b/source/blender/functions/function_nodes/function_nodes.hpp
@@ -1,3 +1,5 @@
+#pragma once
+
 #include "FN_functions.hpp"
 #include "DNA_node_types.h"
 #include "BLI_listbase_wrapper.hpp"



More information about the Bf-blender-cvs mailing list