[Bf-blender-cvs] [f3ae9ce] master: Quiet warnings

Campbell Barton noreply at git.blender.org
Sun May 11 12:21:17 CEST 2014


Commit: f3ae9ce48a59bcda552dbef5b22d7da9b200144b
Author: Campbell Barton
Date:   Sun May 11 20:21:00 2014 +1000
https://developer.blender.org/rBf3ae9ce48a59bcda552dbef5b22d7da9b200144b

Quiet warnings

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

M	source/blender/blenkernel/BKE_freestyle.h

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

diff --git a/source/blender/blenkernel/BKE_freestyle.h b/source/blender/blenkernel/BKE_freestyle.h
index 195c15f..a3fcdd6 100644
--- a/source/blender/blenkernel/BKE_freestyle.h
+++ b/source/blender/blenkernel/BKE_freestyle.h
@@ -38,6 +38,11 @@
 extern "C" {
 #endif
 
+struct FreestyleConfig;
+struct FreestyleSettings;
+struct FreestyleLineSet;
+struct FreestyleModuleConfig;
+
 /* FreestyleConfig */
 void BKE_freestyle_config_init(FreestyleConfig *config);
 void BKE_freestyle_config_free(FreestyleConfig *config);




More information about the Bf-blender-cvs mailing list