Fixes to allow the SWIG/Python bindings to build again.
This commit is contained in:
8
library/bindings/UncompressedBlock.i
Normal file
8
library/bindings/UncompressedBlock.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module UncompressedBlock
|
||||
%{
|
||||
#include "UncompressedBlock.h"
|
||||
%}
|
||||
|
||||
%include "UncompressedBlock.h"
|
||||
|
||||
VOLUMETYPES(UncompressedBlock)
|
Reference in New Issue
Block a user