Skip to content

Commit

Permalink
fix: use unsigned long so that 0xFFFFFFFF can be stored in os_all_snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 18, 2021
1 parent f56e342 commit c0274d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opennurbs_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ class ON_CLASS ON
// the values. The reason for the gaps between the enum
// values is to leave room for future snaps with prededence
// falling between existing snaps
enum osnap_mode
enum osnap_mode: unsigned long
{
os_none = 0,
os_near = 2,
Expand Down

0 comments on commit c0274d0

Please sign in to comment.