Browse Source

log.hpp: Fix app_fatal local definition

pull/1925/head
obligaron 5 years ago committed by Anders Jenbo
parent
commit
f70582ef87
  1. 2
      Source/utils/log.hpp

2
Source/utils/log.hpp

@ -11,7 +11,7 @@
namespace devilution {
// Local definition to fix compilation issue due to header conflict.
void app_fatal(const char *pszFmt, ...);
[[noreturn]] void app_fatal(const char *pszFmt, ...);
enum class LogCategory {
Application = SDL_LOG_CATEGORY_APPLICATION,

Loading…
Cancel
Save