Modifications to build successfully with -Werror -Wall -Wpedantic.

This commit is contained in:
Jim Evins
2017-04-07 20:37:25 -04:00
parent 8184027c05
commit cc354d06da
13 changed files with 36 additions and 25 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace glabels
PageRenderer::PageRenderer()
: mModel(nullptr), mNCopies(0), mStartLabel(0),
mPrintOutlines(false), mPrintCropMarks(false), mPrintReverse(false),
mIsMerge(false), mIPage(0), mNPages(0)
mIPage(0), mIsMerge(false), mNPages(0)
{
// empty
}