Mercurial > hg > svcore
diff data/model/PowerOfSqrtTwoZoomConstraint.h @ 1429:48e9f538e6e9
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 59e7fe1b1003 |
children | 710e6250a401 a7485c1bdba5 |
line wrap: on
line diff
--- a/data/model/PowerOfSqrtTwoZoomConstraint.h Thu Mar 01 14:43:40 2018 +0000 +++ b/data/model/PowerOfSqrtTwoZoomConstraint.h Thu Mar 01 18:02:22 2018 +0000 @@ -22,15 +22,15 @@ { public: virtual int getNearestBlockSize(int requestedBlockSize, - RoundingDirection dir = RoundNearest) - const; + RoundingDirection dir = RoundNearest) + const; virtual int getNearestBlockSize(int requestedBlockSize, - int &type, - int &power, - RoundingDirection dir = RoundNearest) - const; - + int &type, + int &power, + RoundingDirection dir = RoundNearest) + const; + virtual int getMinCachePower() const { return 6; } };