From 1f9660207633cb3648441ca830b1a9ebef7aa77c Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Wed, 14 Jun 2023 15:34:42 +0200 Subject: [PATCH] fix broken reference to `boolean` in villas-graph Signed-off-by: Philipp Jungkamp --- src/villas-graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/villas-graph.cpp b/src/villas-graph.cpp index 1eee35857..8b833e175 100644 --- a/src/villas-graph.cpp +++ b/src/villas-graph.cpp @@ -21,7 +21,7 @@ struct GVC_s { GVCOMMON_t common; char *config_path; - boolean config_found; + bool config_found; /* gvParseArgs */ char **input_filenames;