Skip to content
Snippets Groups Projects

minor cleanup

Merged Wuttke, Joachim requested to merge jwu9 into main
3 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -20,6 +20,8 @@
#include "Base/Util/ThreadInfo.h"
#include <algorithm>
Datafield::Datafield(Datafield&&) = default;
Datafield::Datafield(const Frame* frame)
: m_frame(frame)
{
Loading