Was missing XOJ_RELEASE.

presentation
JJones780 7 years ago
parent a578c992a8
commit a8f8c542a0
  1. 6
      src/gui/LayoutMapper.cpp
  2. 3
      src/gui/LayoutMapper.h

@ -26,6 +26,12 @@ LayoutMapper::LayoutMapper( int pages, int numRows, int numCols, bool useRows ,
}
LayoutMapper::~LayoutMapper()
{
XOJ_RELEASE_TYPE(LayoutMapper);
}
void LayoutMapper::layoutMapperInit( int pages, int numRows, int numCols, bool useRows , LayoutType type, bool isPaired, int firstPageOffset)
{

@ -90,6 +90,9 @@ public:
virtual ~LayoutMapper();
/**
* Map page location to document index
*

Loading…
Cancel
Save