From: alex Date: Sat, 31 Aug 2013 16:05:53 +0000 (+0400) Subject: Fix error while building on non-c++0x compilers X-Git-Tag: v0.4.4.5~26 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=d42d989ef670f3aef3acaf799bb56a0cb64bab37;hp=23821c710b014c4efb0035548245c6ab85fa8b7e Fix error while building on non-c++0x compilers --- diff --git a/src/checkpoints.h b/src/checkpoints.h index 1585126..101645e 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -27,7 +27,7 @@ namespace Checkpoints // Advisory checkpoints policy, perform conflicts verification but don't try to resolve them ADVISORY = 1, // Permissive checkpoints policy, don't perform any checking - PERMISSIVE = 2, + PERMISSIVE = 2 }; // Returns true if block passes checkpoint checks