Skip to content

Commit

Permalink
Nit, I don't like the RefreshResult order.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Sep 18, 2024
1 parent 0079548 commit fe8aa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/efsw/WatcherWin32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace efsw {

class WatcherWin32;

enum RefreshResult { Success, SucessEx, Failed };
enum RefreshResult { Failed, Success, SucessEx };

/// Internal watch data
struct WatcherStructWin32 {
Expand Down

0 comments on commit fe8aa03

Please sign in to comment.