aboutsummaryrefslogtreecommitdiffstats
path: root/src/FilterPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/FilterPlugin.hxx')
-rw-r--r--src/FilterPlugin.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FilterPlugin.hxx b/src/FilterPlugin.hxx
index 88c786120..5ff4637b3 100644
--- a/src/FilterPlugin.hxx
+++ b/src/FilterPlugin.hxx
@@ -44,9 +44,9 @@ struct filter_plugin {
*
* @param plugin the filter plugin
* @param param optional configuration section
- * @param error location to store the error occurring, or NULL to
+ * @param error location to store the error occurring, or nullptr to
* ignore errors.
- * @return a new filter object, or NULL on error
+ * @return a new filter object, or nullptr on error
*/
Filter *
filter_new(const struct filter_plugin *plugin,
@@ -57,9 +57,9 @@ filter_new(const struct filter_plugin *plugin,
* the specified configuration section.
*
* @param param the configuration section
- * @param error location to store the error occurring, or NULL to
+ * @param error location to store the error occurring, or nullptr to
* ignore errors.
- * @return a new filter object, or NULL on error
+ * @return a new filter object, or nullptr on error
*/
Filter *
filter_configured_new(const config_param &param, Error &error);