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:
Diffstat (limited to 'source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.hh')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.hh b/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.hh
index cef731517b9..ff45b8517d1 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.hh
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_from_geometry.hh
@@ -18,7 +18,7 @@
#include "BKE_geometry_set.hh"
-#include "BLI_resource_collector.hh"
+#include "BLI_resource_scope.hh"
#include "spreadsheet_column_layout.hh"
@@ -29,6 +29,6 @@ namespace blender::ed::spreadsheet {
void spreadsheet_columns_from_geometry(const bContext *C,
Object *object_eval,
SpreadsheetColumnLayout &column_layout,
- ResourceCollector &resources);
+ ResourceScope &scope);
} // namespace blender::ed::spreadsheet