[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35026] trunk/blender/intern/memutil/ MEM_Allocator.h: forgot to commit this file after BLO_sys_types.h -> MEM_sys_types.h change

Nathan Letwory nathan at letworyinteractive.com
Mon Feb 21 12:41:43 CET 2011


Revision: 35026
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35026
Author:   jesterking
Date:     2011-02-21 11:41:43 +0000 (Mon, 21 Feb 2011)
Log Message:
-----------
forgot to commit this file after BLO_sys_types.h -> MEM_sys_types.h change

Modified Paths:
--------------
    trunk/blender/intern/memutil/MEM_Allocator.h

Modified: trunk/blender/intern/memutil/MEM_Allocator.h
===================================================================
--- trunk/blender/intern/memutil/MEM_Allocator.h	2011-02-21 11:38:55 UTC (rev 35025)
+++ trunk/blender/intern/memutil/MEM_Allocator.h	2011-02-21 11:41:43 UTC (rev 35026)
@@ -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




More information about the Bf-blender-cvs mailing list