Commit: 94937984b097fee9f0db94878f115c3592d5b454 Author: Sergey Sharybin Date: Mon Mar 2 10:17:38 2020 +0100 Branches: master https://developer.blender.org/rB94937984b097fee9f0db94878f115c3592d5b454
Cleanup: Correct forward declaration =================================================================== M source/blender/editors/sculpt_paint/paint_intern.h =================================================================== diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h index 6f2e4a0055d..2fe585aa9ea 100644 --- a/source/blender/editors/sculpt_paint/paint_intern.h +++ b/source/blender/editors/sculpt_paint/paint_intern.h @@ -41,6 +41,7 @@ struct ViewContext; struct bContext; struct rcti; struct wmEvent; +struct wmKeyConfig; struct wmOperator; struct wmOperatorType; struct wmWindowManager; _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
