Skip to content

Commit

Permalink
enum class
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Oct 27, 2023
1 parent 5be432d commit aa36214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canary_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CanaryServer {
int run();

private:
enum LoaderStatus : uint8_t {
enum class LoaderStatus : uint8_t {
LOADING,
LOADED,
FAILED
Expand Down

0 comments on commit aa36214

Please sign in to comment.