Skip to content

Commit

Permalink
Declare the LLGL_VERIFY_OR_THROW macro inside the else block as well
Browse files Browse the repository at this point in the history
  • Loading branch information
st0rmbtw committed Jan 24, 2025
1 parent 3693b47 commit c4ea996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/LLGL/Throw.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#define LLGL_THROW(EXCEPTION) std::abort()
#define LLGL_THROW_IF(CONDITION, EXCEPTION)
#define LLGL_VERIFY_OR_THROW(CONDITION, EXCEPTION)
#endif

#endif
Expand Down

0 comments on commit c4ea996

Please sign in to comment.