Commit: 749636bdb991b3a12fac9665f55a02effa068071
Author: Jeroen Bakker
Date:   Sat Apr 9 20:10:44 2022 +0200
Branches: master
https://developer.blender.org/rB749636bdb991b3a12fac9665f55a02effa068071

Missing forward declaration.

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

M       source/blender/editors/include/ED_paint.h

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

diff --git a/source/blender/editors/include/ED_paint.h 
b/source/blender/editors/include/ED_paint.h
index 6b015895b60..cd28fbe9687 100644
--- a/source/blender/editors/include/ED_paint.h
+++ b/source/blender/editors/include/ED_paint.h
@@ -12,6 +12,7 @@
 extern "C" {
 #endif
 
+struct bToolRef;
 struct PaintModeSettings;
 struct ImBuf;
 struct Image;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to