diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-06 11:37:00 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-06 11:37:00 -0300 |
commit | c5636d2031b20e673441e095d90ba94942698e7c (patch) | |
tree | 30b9f15cd5d91fe11a07960154d03afc2328bf8a /Project/main.cpp | |
parent | 0586ac0d34e4d8d5dd9845f2fdd212716b3004f9 (diff) | |
download | PSP.git-c5636d2031b20e673441e095d90ba94942698e7c.tar.gz PSP.git-c5636d2031b20e673441e095d90ba94942698e7c.tar.xz PSP.git-c5636d2031b20e673441e095d90ba94942698e7c.zip |
Some class enum implementation
Just for better code design: https://docs.microsoft.com/pt-br/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types
Diffstat (limited to 'Project/main.cpp')
-rw-r--r-- | Project/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/main.cpp b/Project/main.cpp index c4b0dc6..a00645c 100644 --- a/Project/main.cpp +++ b/Project/main.cpp @@ -1,3 +1,7 @@ +#ifdef __INTELLISENSE__ +#pragma diag_suppress 102 +#endif + #include <wx/app.h> #include <wx/cmdline.h> #include <wx/event.h> |