[Bf-blender-cvs] [749636bdb99] master: Missing forward declaration.

Jeroen Bakker noreply at git.blender.org
Sat Apr 9 20:10:49 CEST 2022


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;



More information about the Bf-blender-cvs mailing list