From 374cbdc63bde61d590340b824039f6aa892c79e7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 16 Feb 2019 09:47:19 +1100 Subject: DNA: rename SpaceOops -> SpaceOutliner --- source/blender/blenkernel/BKE_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_context.h') diff --git a/source/blender/blenkernel/BKE_context.h b/source/blender/blenkernel/BKE_context.h index be1f1572ef6..f30778294f8 100644 --- a/source/blender/blenkernel/BKE_context.h +++ b/source/blender/blenkernel/BKE_context.h @@ -164,7 +164,7 @@ struct SpaceConsole *CTX_wm_space_console(const bContext *C); struct SpaceButs *CTX_wm_space_buts(const bContext *C); struct SpaceFile *CTX_wm_space_file(const bContext *C); struct SpaceSeq *CTX_wm_space_seq(const bContext *C); -struct SpaceOops *CTX_wm_space_outliner(const bContext *C); +struct SpaceOutliner *CTX_wm_space_outliner(const bContext *C); struct SpaceNla *CTX_wm_space_nla(const bContext *C); struct SpaceNode *CTX_wm_space_node(const bContext *C); struct SpaceIpo *CTX_wm_space_graph(const bContext *C); -- cgit v1.2.3