sharedPtr.h: Remove trailing ; from macro expansion.

This commit is contained in:
Andrew Johnson
2014-03-27 17:35:05 -05:00
parent c71e62746d
commit d436e61bdb

View File

@@ -77,6 +77,6 @@
typedef std::tr1::shared_ptr<clazz> shared_pointer; \
typedef std::tr1::shared_ptr<const clazz> const_shared_pointer; \
typedef std::tr1::weak_ptr<clazz> weak_pointer; \
typedef std::tr1::weak_ptr<const clazz> const_weak_pointer;
typedef std::tr1::weak_ptr<const clazz> const_weak_pointer
#endif // SHAREDPTR_H