From bdea6c92b32630856449962ee331fb475627e8d0 Mon Sep 17 00:00:00 2001 From: Tycho Date: Sun, 1 Mar 2015 14:51:07 +0000 Subject: Fixed Style Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates --- src/Generating/BioGen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Generating/BioGen.cpp') diff --git a/src/Generating/BioGen.cpp b/src/Generating/BioGen.cpp index a3cc20247..a830f6a43 100644 --- a/src/Generating/BioGen.cpp +++ b/src/Generating/BioGen.cpp @@ -942,7 +942,7 @@ public: { auto FinalRivers = - std::make_shared>(a_Seed + 12) + std::make_shared>(a_Seed + 12) >> MakeIntGen>(a_Seed + 11) >> MakeIntGen>(a_Seed + 6) >> MakeIntGen>(a_Seed + 5) -- cgit v1.2.3