Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-03-02 12:17:38 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-03-02 12:17:38 +0300
commit94937984b097fee9f0db94878f115c3592d5b454 (patch)
tree99aa011a9319a33d9f0909ca2304c213e8c5fc04 /source/blender/editors/sculpt_paint/paint_intern.h
parente0ffb911a22bb03755687f45fc1a996870e059a8 (diff)
Cleanup: Correct forward declaration
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h1
1 files changed, 1 insertions, 0 deletions
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;