Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwood committed Mar 12, 2021
1 parent 2b4f395 commit abf9892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d2dlib/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef struct D2DContext

} D2DContext;

typedef enum GeometryType {
enum GeometryType {
GeoType_RectangleGeometry,
GeoType_PathGeometry,
};
Expand Down

0 comments on commit abf9892

Please sign in to comment.