mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
This is more portable; the cast can cause errors on some toolchains.
When compiling with musl, for example:
error: cast from 'std::nullptr_t' to 'ImGuiTableFlags' {aka 'int'} loses precision
|
||
|---|---|---|
| .. | ||
| imgui_notify | ||
| loader | ||
| recorder | ||
| viewer | ||
| app.cpp | ||
| app.h | ||
| CMakeLists.txt | ||
| main_ui.cpp | ||
| main_ui.h | ||
| notify_logger_sink.cpp | ||
| notify_logger_sink.h | ||
| offline.cpp | ||
| offline.h | ||
| pipeline_selector.h | ||
| processing.cpp | ||
| processing.h | ||
| settings.cpp | ||
| settings.h | ||
| status_logger_sink.cpp | ||
| status_logger_sink.h | ||