X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fbacktrace.h;h=98aa4d8cdd9736291253cecf403b10d75bf43b2a;hb=991fabc1956b73a4007859058fb44171000b452e;hp=67cf62fc9c70a8c5a3cefd4f125b5a35cc39d2da;hpb=122846f0881673770d88eff7d925ecf25c01b62e;p=libs%2Fcore.git diff --git a/source/debug/backtrace.h b/source/debug/backtrace.h index 67cf62f..98aa4d8 100644 --- a/source/debug/backtrace.h +++ b/source/debug/backtrace.h @@ -13,7 +13,7 @@ class Backtrace public: struct StackFrame { - void *address = 0; + void *address = nullptr; std::string file; std::string symbol; };