Skip to content

Commit

Permalink
Make vitamin_type a class enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed May 29, 2020
1 parent 01596cf commit 4a062fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vitamin.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class JsonObject;
template <typename T> struct enum_traits;

enum vitamin_type {
enum class vitamin_type : int {
VITAMIN,
TOXIN,
DRUG,
Expand Down

0 comments on commit 4a062fe

Please sign in to comment.