From f0e33dd09a390ca946e95a6f55fea397dca0ca1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 18:17:04 +0100 Subject: Update for latest raul --- include/ingen/client/GraphModel.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/ingen/client/GraphModel.hpp') diff --git a/include/ingen/client/GraphModel.hpp b/include/ingen/client/GraphModel.hpp index fb95b716..59d1bb65 100644 --- a/include/ingen/client/GraphModel.hpp +++ b/include/ingen/client/GraphModel.hpp @@ -26,9 +26,9 @@ #include #include -namespace Raul { +namespace raul { class Path; -} // namespace Raul +} // namespace raul namespace ingen { @@ -67,7 +67,7 @@ public: private: friend class ClientStore; - GraphModel(URIs& uris, const Raul::Path& graph_path) + GraphModel(URIs& uris, const raul::Path& graph_path) : BlockModel(uris, static_cast(uris.ingen_Graph), graph_path) -- cgit v1.2.1