[Bf-blender-cvs] [a42fe3e7df3] functions: cleanup

Jacques Lucke noreply at git.blender.org
Fri Mar 1 19:30:26 CET 2019


Commit: a42fe3e7df3d7afd47caaf26a4aa3afec51c1fcf
Author: Jacques Lucke
Date:   Fri Mar 1 18:07:13 2019 +0100
Branches: functions
https://developer.blender.org/rBa42fe3e7df3d7afd47caaf26a4aa3afec51c1fcf

cleanup

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

M	source/blender/functions/backends/tuple_call/cpp_types.hpp

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

diff --git a/source/blender/functions/backends/tuple_call/cpp_types.hpp b/source/blender/functions/backends/tuple_call/cpp_types.hpp
index d65c371a867..ae95539d8ff 100644
--- a/source/blender/functions/backends/tuple_call/cpp_types.hpp
+++ b/source/blender/functions/backends/tuple_call/cpp_types.hpp
@@ -6,10 +6,10 @@ namespace FN {
 
 	class CPPTypeInfo {
 	public:
-		static const char* identifier_in_composition();
+		static const char *identifier_in_composition();
 		static void free_self(void *value);
 
-		virtual ~CPPTypeInfo() {};
+		virtual ~CPPTypeInfo() {}
 
 		virtual uint size_of_type() const = 0;
 		virtual void construct_default(void *ptr) const = 0;



More information about the Bf-blender-cvs mailing list