diff options
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ public: mutable optional<xdata_t> xdata_; bool has_xdata() const { - return xdata_ != NULL; + return xdata_; } void clear_xdata() { xdata_ = none; |