comparison data/model/PowerOfSqrtTwoZoomConstraint.h @ 1527:710e6250a401 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:14 +0100
parents d4a28d1479a8 48e9f538e6e9
children c1c45c5146bb
comparison
equal deleted inserted replaced
1324:d4a28d1479a8 1527:710e6250a401
29 29
30 virtual int getNearestBlockSize(int requestedBlockSize, 30 virtual int getNearestBlockSize(int requestedBlockSize,
31 int &type, 31 int &type,
32 int &power, 32 int &power,
33 RoundingDirection dir = RoundNearest) 33 RoundingDirection dir = RoundNearest)
34 const; 34 const;
35 }; 35 };
36 36
37 #endif 37 #endif
38 38