From b7efbe3c5c3710be132736bc4a25985729f37e5d Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sun, 24 Aug 2014 09:27:23 +1000 Subject: Removed comma at end of enum as it caused an error on i686-apple-darwin10-g++-4.2.1. --- src/EditView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/EditView.h b/src/EditView.h index 18451104f..dfcf3160c 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -32,7 +32,7 @@ enum DrawPhase { drawLineTranslucent = 0x40, drawFoldLines = 0x80, drawCarets = 0x100, - drawAll = 0x1FF, + drawAll = 0x1FF }; bool ValidStyledText(const ViewStyle &vs, size_t styleOffset, const StyledText &st); -- cgit v1.2.3