blob: 3e9ddb6f37c54ebc8b595571cb083e14505dec45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/OgreMain/include/OgreMemorySTLAllocator.h b/OgreMain/include/OgreMemorySTLAllocator.h
index 5cba9e1..f734636 100644
--- a/OgreMain/include/OgreMemorySTLAllocator.h
+++ b/OgreMain/include/OgreMemorySTLAllocator.h
@@ -100,7 +100,7 @@ namespace Ogre
};
/// ctor
- inline explicit STLAllocator()
+ inline STLAllocator()
{ }
/// dtor
|