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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-21 14:38:55 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-21 14:38:55 +0300
commitd9563f5e2be5cf47c886954c6e58b64b4d8deab3 (patch)
tree986249100420d178db754aca6607310109905ac4 /intern/memutil
parente46da7166be3e1358758358b58c24a75730c96d1 (diff)
doxygen: some code shuffle to prevent clashing file names, ensure MEM_guardedalloc.h also shows in docs
Diffstat (limited to 'intern/memutil')
-rw-r--r--intern/memutil/MEM_Allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/memutil/MEM_Allocator.h b/intern/memutil/MEM_Allocator.h
index 56c5fc80035..c9975b1e563 100644
--- a/intern/memutil/MEM_Allocator.h
+++ b/intern/memutil/MEM_Allocator.h
@@ -25,7 +25,7 @@
#define MEM_ALLOCATOR_H
#include "guardedalloc/MEM_guardedalloc.h"
-#include "guardedalloc/BLO_sys_types.h"
+#include "guardedalloc/MEM_sys_types.h"
template<typename _Tp>
struct MEM_Allocator