OSX fixes.

This commit is contained in:
leo 2015-01-18 07:20:41 +00:00
parent 07062693a8
commit b835a913e4
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#include "lc_global.h"
#include "lc_model.h"
#include <locale.h>
#include "piece.h"
#include "camera.h"
#include "light.h"

View file

@ -57,7 +57,7 @@ void lcQImageDialog::accept()
return;
}
int start, end;
int start = currentStep, end = currentStep;
if (ui->rangeAll->isChecked())
{