summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/malign.h
diff options
context:
space:
mode:
authorGreg Zharun <grygoriiz@wavesglobal.com>2015-04-09 13:27:57 +0300
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:16:43 -0400
commit92e4f227deb5a340dad0c4dbbec5ad52d44fa391 (patch)
tree1736736c1f1667b20dcb784a1711c9eaa7bac7db /libs/pbd/pbd/malign.h
parent24c531a9a64199645783605a1e0b322b6bba095a (diff)
[Summary] Added correct memory alignment for Windows in ../pbd/malign.h
[Reviewed by] YPozdnyakov
Diffstat (limited to 'libs/pbd/pbd/malign.h')
-rw-r--r--libs/pbd/pbd/malign.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/pbd/malign.h b/libs/pbd/pbd/malign.h
index 07f42f586f..ecee47c4e6 100644
--- a/libs/pbd/pbd/malign.h
+++ b/libs/pbd/pbd/malign.h
@@ -24,6 +24,7 @@
#include "pbd/libpbd_visibility.h"
-LIBPBD_API int cache_aligned_malloc (void** memptr, size_t size);
+LIBPBD_API int cache_aligned_malloc (void** memptr, size_t size);
+LIBPBD_API void cache_aligned_free (void* memptr);
#endif /* __pbd_malign_h__ */