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:
authorCampbell Barton <ideasman42@gmail.com>2011-01-16 22:55:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-16 22:55:50 +0300
commite3c69e6cfece93987ce1cfb0078d1808dcc1804f (patch)
treefbb49be16558e262b9bb46a867eb455ce0c02009 /intern/memutil/MEM_RefCounted.h
parent4f0b7650e97e2d548dad876363e768198675c2f6 (diff)
remove unused memutil classes
Diffstat (limited to 'intern/memutil/MEM_RefCounted.h')
-rw-r--r--intern/memutil/MEM_RefCounted.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/memutil/MEM_RefCounted.h b/intern/memutil/MEM_RefCounted.h
index e369aa122e6..64aceef6f3c 100644
--- a/intern/memutil/MEM_RefCounted.h
+++ b/intern/memutil/MEM_RefCounted.h
@@ -30,8 +30,8 @@
* Declaration of MEM_RefCounted class.
*/
-#ifndef _H_MEM_REF_COUNTED
-#define _H_MEM_REF_COUNTED
+#ifndef MEM_REFCOUNTED_H
+#define MEM_REFCOUNTED_H
/**
* An object with reference counting.
@@ -108,5 +108,5 @@ inline int MEM_RefCounted::decRef()
return m_refCount;
}
-#endif // _H_MEM_REF_COUNTED
+#endif // MEM_REFCOUNTED_H