Skip to content

Commit

Permalink
replace define with using
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmherokiller committed Nov 30, 2023
1 parent f7f25bb commit 12997f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Tools/MaxMain/MaxCompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class plMaxObject : public plMaxAnimatable<T>
// In newer versions of the sdk Progress returns an enum value of KeyReduceResult
#if MAX_VERSION_MAJOR <= 25
# define BIPDRIVEN_CONTROL_CLASS_ID BIPSLAVE_CONTROL_CLASS_ID
# define KeyReduceResult int
using KeyReduceResult = int;
#endif

// Special 3ds Max message box support added in 2021 for HiDPI
Expand Down

0 comments on commit 12997f4

Please sign in to comment.