diff options
Diffstat (limited to 'src/filters.h')
-rw-r--r-- | src/filters.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/filters.h b/src/filters.h index 7c1f169c..0dcf5e41 100644 --- a/src/filters.h +++ b/src/filters.h @@ -288,8 +288,7 @@ public: class anonymize_posts : public item_handler<post_t> { temporaries_t temps; - - xact_t * last_xact; + xact_t * last_xact; anonymize_posts(); |