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:
authorJacques Lucke <jacques@blender.org>2021-04-15 10:37:50 +0300
committerJacques Lucke <jacques@blender.org>2021-04-15 10:37:50 +0300
commit5ec39fc2e484a7e3d5e2e0ecb1bef0b428a7b7a7 (patch)
tree7b01d3cfa1796599bff11d6dc48415d33b95c7af /source/blender/editors/space_spreadsheet/space_spreadsheet.cc
parentbbea79ce5eadff621dcca668487cd1248b0433aa (diff)
Cleanup: rename file
Internally we use the name "context (path)" instead of "breadcrumb". This was missing from a rename in the original patch.
Diffstat (limited to 'source/blender/editors/space_spreadsheet/space_spreadsheet.cc')
-rw-r--r--source/blender/editors/space_spreadsheet/space_spreadsheet.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
index 7122725ad45..190f50ed443 100644
--- a/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
+++ b/source/blender/editors/space_spreadsheet/space_spreadsheet.cc
@@ -45,7 +45,7 @@
#include "spreadsheet_intern.hh"
-#include "spreadsheet_breadcrumb.hh"
+#include "spreadsheet_context.hh"
#include "spreadsheet_data_source_geometry.hh"
#include "spreadsheet_intern.hh"
#include "spreadsheet_layout.hh"