Skip to content

Commit 77bcabb

Browse files
committed
retypo.
1 parent a791f28 commit 77bcabb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

relight/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ int main(int argc, char *argv[]) {
7373
QApplication app(argc, argv);
7474
#if QT_VERSION >= 0x060000
7575
//large images wont load because of this limit!
76-
QImageReader::setAllocationLimit(uint62_t(1)<<32);
76+
QImageReader::setAllocationLimit(uint64_t(1)<<32);
7777
#endif
7878
QCoreApplication::setOrganizationName("VCG");
7979
QCoreApplication::setOrganizationDomain("vcg.isti.cnr.it");

relightlab/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ int main(int argc, char *argv[]) {
2424

2525
#if QT_VERSION >= 0x060000
2626
//large images wont load because of this limit!
27-
QImageReader::setAllocationLimit(uint62_t(1)<<32);
27+
QImageReader::setAllocationLimit(uint64_t(1)<<32);
2828
#endif
2929

3030

0 commit comments

Comments
 (0)