Skip to content

Commit

Permalink
Fix ResultErrorType
Browse files Browse the repository at this point in the history
  • Loading branch information
oleghnidets committed Jan 12, 2022
1 parent 631c3ad commit a42b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OHMySQL/Sources/Constants/OHResultErrorType.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Client error codes and messages.
*/
typedef NS_OPTIONS(NSUInteger, OHResultErrorType) {
typedef NS_ENUM(NSUInteger, OHResultErrorType) {
/**
* Success.
*/
Expand Down

0 comments on commit a42b078

Please sign in to comment.