X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdebug%2Fbacktrace.h;h=98aa4d8cdd9736291253cecf403b10d75bf43b2a;hb=41363aed34382386f915f17c1a961750b4fdcb14;hp=67cf62fc9c70a8c5a3cefd4f125b5a35cc39d2da;hpb=26a5878092f6547e701fd1a33abbf1878d26ab70;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; };