From ad0c387fdf6ed8bfdaedb7f40717ce1811c5680a Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Sat, 7 Nov 2020 03:02:32 +0100 Subject: Cleanup: Put Outliner C++ namespace into `blender::ed` namespace, add comments See https://developer.blender.org/D9499. Also remove unnecessary forward declaration. --- source/blender/editors/space_outliner/outliner_intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_outliner/outliner_intern.h') diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h index 56098d72c8f..adcbcb5a310 100644 --- a/source/blender/editors/space_outliner/outliner_intern.h +++ b/source/blender/editors/space_outliner/outliner_intern.h @@ -47,6 +47,9 @@ struct wmKeyConfig; struct wmOperatorType; typedef struct SpaceOutliner_Runtime { + /** + * Internal C++ object to create and manage the tree for a specific display type (View Layers, + * Scenes, Blender File, etc.). */ struct TreeView *tree_view; } SpaceOutliner_Runtime; -- cgit v1.2.3