Skip to content

Commit

Permalink
Intersector: classify declarations to private access
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolforg committed Oct 12, 2021
1 parent dd223ba commit ab63c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/src/synfig/rendering/primitive/intersector.h
Expand Up @@ -64,12 +64,12 @@ class Intersector: public etl::shared_object
public:
typedef etl::handle<Intersector> Handle;

private:
class MonoSegment;
class CurveArray;
typedef std::vector<MonoSegment> MonoSegmentList;
typedef std::vector<CurveArray> CurveArrayList;

private:
enum IntersectorFlags {
NotClosed = 0x8000
};
Expand Down

0 comments on commit ab63c0c

Please sign in to comment.