comparison data/model/PowerOfSqrtTwoZoomConstraint.h @ 1529:c1c45c5146bb zoom

Merge from default branch
author Chris Cannam
date Tue, 18 Sep 2018 15:06:58 +0100
parents 710e6250a401 a7485c1bdba5
children 1ae6a19464a7
comparison
equal deleted inserted replaced
1527:710e6250a401 1529:c1c45c5146bb
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _POWER_OF_SQRT_TWO_ZOOM_CONSTRAINT_H_ 16 #ifndef SV_POWER_OF_SQRT_TWO_ZOOM_CONSTRAINT_H
17 #define _POWER_OF_SQRT_TWO_ZOOM_CONSTRAINT_H_ 17 #define SV_POWER_OF_SQRT_TWO_ZOOM_CONSTRAINT_H
18 18
19 #include "base/ZoomConstraint.h" 19 #include "base/ZoomConstraint.h"
20 20
21 class PowerOfSqrtTwoZoomConstraint : virtual public ZoomConstraint 21 class PowerOfSqrtTwoZoomConstraint : virtual public ZoomConstraint
22 { 22 {