From 6244d73850074631ceaaccdf7f755970323f8de2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Sep 2018 12:34:41 +0200 Subject: Use nullptr --- src/gui/GraphBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/GraphBox.cpp') diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index be076f6c..966e8b9c 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -265,7 +265,7 @@ GraphBox::set_graph_from_path(const Raul::Path& path, SPtr view) /** Sets the graph for this box and initializes everything. * - * If `view` is NULL, a new view will be created. + * If `view` is null, a new view will be created. */ void GraphBox::set_graph(SPtr graph, -- cgit v1.2.1