From: Soeren Apel Date: Sat, 18 Feb 2017 07:21:00 +0000 (+0100) Subject: Segment: Move definition of MaxChunkSize X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=dd3f9a41a6b4debf5ad7aa8226bebd13504f2295;hp=dd3f9a41a6b4debf5ad7aa8226bebd13504f2295;p=pulseview.git Segment: Move definition of MaxChunkSize This fixes a compile error with clang: pv/data/segment.cpp.o: In function `unsigned long const& std::min(unsigned long const&, unsigned long const&)': /usr/bin/../lib/gcc/x86_64-linux-gnu/6.3.0/../../../../include/c++/6.3.0/bits/stl_algobase.h:200: undefined reference to `pv::data::Segment::MaxChunkSize' clang: error: linker command failed with exit code 1 (use -v to see invocation) ---