Fix error while building on non-c++0x compilers
authoralex <alex@alex-VirtualBox.(none)>
Sat, 31 Aug 2013 16:05:53 +0000 (20:05 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sat, 31 Aug 2013 16:05:53 +0000 (20:05 +0400)
src/checkpoints.h

index 1585126..101645e 100644 (file)
@@ -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