aboutsummaryrefslogtreecommitdiff
path: root/src/graph/Graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/Graph.cpp')
-rw-r--r--src/graph/Graph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph/Graph.cpp b/src/graph/Graph.cpp
index 98d95904dc..b6c6822c36 100644
--- a/src/graph/Graph.cpp
+++ b/src/graph/Graph.cpp
@@ -77,6 +77,7 @@ Graph::~Graph() //NOLINT
Graph::Graph()
: _pimpl{ new Private() }
{
+ graph_init();
}
void Graph::graph_init(const bool use_cl_tuner)