sharedPtr.h: Remove trailing ; from macro expansion.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user