From 0e6b61f87b676028fcfd75bbf576f48a0ef91632 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Fri, 8 Nov 2019 09:13:28 -0800 Subject: Add orchard + transparent swapping --- Source/Panel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Panel.cpp') diff --git a/Source/Panel.cpp b/Source/Panel.cpp index ea65142..43e9763 100644 --- a/Source/Panel.cpp +++ b/Source/Panel.cpp @@ -4,6 +4,8 @@ #include "Randomizer.h" #include +#pragma warning (disable:26451) + template int find(const std::vector &data, T search, size_t startIndex = 0) { for (size_t i=startIndex ; i