[Bf-blender-cvs] [486b844] hair_system: Added missing static keywords on release mode debug function stubs.

Lukas Tönne noreply at git.blender.org
Fri Aug 1 16:42:12 CEST 2014


Commit: 486b844b65622cfb7e3c6f114f3cabe831b26c75
Author: Lukas Tönne
Date:   Fri Aug 1 13:45:50 2014 +0200
Branches: hair_system
https://developer.blender.org/rB486b844b65622cfb7e3c6f114f3cabe831b26c75

Added missing static keywords on release mode debug function stubs.

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

M	source/blender/hair/intern/HAIR_debug.h

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

diff --git a/source/blender/hair/intern/HAIR_debug.h b/source/blender/hair/intern/HAIR_debug.h
index a3059b8..069c022 100644
--- a/source/blender/hair/intern/HAIR_debug.h
+++ b/source/blender/hair/intern/HAIR_debug.h
@@ -58,8 +58,8 @@ private:
 
 #else
 	
-	void collision_contact(const float3 &co) {}
-	void set_collision_contacts(CollisionContacts *contacts) {}
+	static void collision_contact(const float3 &co) {}
+	static void set_collision_contacts(CollisionContacts *contacts) {}
 	
 #endif
 };




More information about the Bf-blender-cvs mailing list