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:
authorDalai Felinto <dfelinto@gmail.com>2017-11-09 20:44:56 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-11-09 20:45:19 +0300
commit7defb27f084288e0218f068aec74a693a0ca9b6a (patch)
tree6316999a7339532e0f4e82d8b857fc43da8927d1 /source/blender/editors/interface/interface_eyedropper.c
parent06a7db85bce8ff38a432a4159c7caf0636db6d77 (diff)
Farewell BaseLegacy
Finally, bases are all using the latest, newest SceneLayer bases.
Diffstat (limited to 'source/blender/editors/interface/interface_eyedropper.c')
-rw-r--r--source/blender/editors/interface/interface_eyedropper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_eyedropper.c b/source/blender/editors/interface/interface_eyedropper.c
index 40fbb673c62..e92139ada0c 100644
--- a/source/blender/editors/interface/interface_eyedropper.c
+++ b/source/blender/editors/interface/interface_eyedropper.c
@@ -602,7 +602,7 @@ static void datadropper_id_sample_pt(bContext *C, DataDropper *ddr, int mx, int
const int mval[2] = {
mx - ar->winrct.xmin,
my - ar->winrct.ymin};
- BaseLegacy *base;
+ Base *base;
CTX_wm_area_set(C, sa);
CTX_wm_region_set(C, ar);