comparison data/model/PowerOfTwoZoomConstraint.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
26 const override; 26 const override;
27 27
28 protected: 28 protected:
29 virtual int getNearestBlockSize(int requested, 29 virtual int getNearestBlockSize(int requested,
30 RoundingDirection dir = RoundNearest) 30 RoundingDirection dir = RoundNearest)
31 const; 31 const;
32 }; 32 };
33 33
34 #endif 34 #endif
35 35