diff options
Diffstat (limited to 'cpp/src/qpid/framing/Blob.h')
| -rw-r--r-- | cpp/src/qpid/framing/Blob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/Blob.h b/cpp/src/qpid/framing/Blob.h index 5f1fec14bb..1754e851e5 100644 --- a/cpp/src/qpid/framing/Blob.h +++ b/cpp/src/qpid/framing/Blob.h @@ -55,7 +55,7 @@ using boost::in_place; template <class T> void destroyT(void* ptr) { static_cast<T*>(ptr)->~T(); } -void nullDestroy(void*) {} +inline void nullDestroy(void*) {} /** * A "blob" is a chunk of memory which can contain a single object at |
