mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -25,7 +25,7 @@ typedef Vector2D RealPoint;
|
||||
|
||||
/// A size (width,height) using real (double) coordinates
|
||||
class RealSize {
|
||||
public:
|
||||
public:
|
||||
double width;
|
||||
double height;
|
||||
|
||||
@@ -125,7 +125,7 @@ inline RealSize piecewise_max(const RealSize& a, const RealSize& b) {
|
||||
|
||||
/// A rectangle (postion and size) using real (double) coordinats
|
||||
class RealRect : private RealPoint, private RealSize {
|
||||
public:
|
||||
public:
|
||||
using RealPoint::x;
|
||||
using RealPoint::y;
|
||||
using RealSize::width;
|
||||
|
||||
Reference in New Issue
Block a user