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:
authorTon Roosendaal <ton@blender.org>2004-09-05 18:18:45 +0400
committerTon Roosendaal <ton@blender.org>2004-09-05 18:18:45 +0400
commit54a5870f3e0c21ab5525360f975ae1f44a42c03b (patch)
treec6bb366aec350f34497513862d05a5b27c51ea77 /source/blender/blenloader
parent05bf02c1a2260f514e7981d984fb070018ef692d (diff)
Typo in ListBase -> listBase
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/undofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/undofile.c b/source/blender/blenloader/intern/undofile.c
index e94020026f2..25ed891f0a4 100644
--- a/source/blender/blenloader/intern/undofile.c
+++ b/source/blender/blenloader/intern/undofile.c
@@ -46,7 +46,7 @@
#include "MEM_guardedalloc.h"
-#include "DNA_ListBase.h"
+#include "DNA_listBase.h"
#include "DNA_userdef_types.h"
#include "BKE_utildefines.h"