reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 4bbbe7c9efcb78a39f61581d62bbe57aca94b6dc
parent 36391c18a123db9b867d038a937f5fceb202bb5b
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sat, 26 Aug 2017 15:01:04 -0700

make MSVC happy

Diffstat:
Msrc/listview.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/listview.cpp b/src/listview.cpp @@ -567,4 +567,6 @@ int ListView::Column::compare(const ListView::Cell &cl, const ListView::Cell &cr return reinterpret_cast<const Time *>(cl.data)->compare( *reinterpret_cast<const Time *>(cr.data)); } + + return 0; // to make MSVC happy }