Blender Git Loki
Git Commits -> Revision 8c9e508
Revision 8c9e508 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 13, 2021, 17:00 (GMT) |
Fix compile error when using UIList template flags in C++ C++ has strongly typed enums (which is great!), so a bitwise OR on two enum values will result in a compiler error. Use our `ENUM_OPERATORS()` utility to overload the bitwise operations to be valid for this strong enum type. |
Commit Details:
Full Hash: 8c9e50889ed8bf4dde934344665aab59bf53e4ab
Parent Commit: 8b8fdcc
Lines Changed: +6, -0
1 Modified Path:
/source/blender/editors/include/UI_interface.h (+6, -0) (Diff)