summaryrefslogtreecommitdiff
path: root/src/filters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.h')
-rw-r--r--src/filters.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/filters.h b/src/filters.h
index 23a06482..3eb5da8d 100644
--- a/src/filters.h
+++ b/src/filters.h
@@ -733,9 +733,10 @@ public:
*/
class budget_posts : public generate_posts
{
-#define BUDGET_NO_BUDGET 0x00
-#define BUDGET_BUDGETED 0x01
-#define BUDGET_UNBUDGETED 0x02
+#define BUDGET_NO_BUDGET 0x00
+#define BUDGET_BUDGETED 0x01
+#define BUDGET_UNBUDGETED 0x02
+#define BUDGET_WRAP_VALUES 0x04
uint_least8_t flags;