From 53aaabe6e9aebdca71608e2996a9ecbff8b73713 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 23 Mar 2010 22:25:43 +0000 Subject: (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET --- src/sortlist_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sortlist_type.h') diff --git a/src/sortlist_type.h b/src/sortlist_type.h index 1c777d96f..3347cb258 100644 --- a/src/sortlist_type.h +++ b/src/sortlist_type.h @@ -29,7 +29,7 @@ enum SortListFlags { VL_FILTER = 1 << 4, ///< filter disabled/enabled VL_END = 1 << 5, }; -DECLARE_ENUM_AS_BIT_SET(SortListFlags); +DECLARE_ENUM_AS_BIT_SET(SortListFlags) /** Data structure describing how to show the list (what sort direction and criterium). */ struct Listing { -- cgit v1.2.3-54-g00ecf