Skip to content

Commit abf9892

Browse files
committed
fix compile warning
1 parent 2b4f395 commit abf9892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/d2dlib/Context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ typedef struct D2DContext
6464

6565
} D2DContext;
6666

67-
typedef enum GeometryType {
67+
enum GeometryType {
6868
GeoType_RectangleGeometry,
6969
GeoType_PathGeometry,
7070
};

0 commit comments

Comments
 (0)