summaryrefslogtreecommitdiffstats
path: root/include/ingen/client
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client')
-rw-r--r--include/ingen/client/GraphModel.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ingen/client/GraphModel.hpp b/include/ingen/client/GraphModel.hpp
index 59d1bb65..0ae756d8 100644
--- a/include/ingen/client/GraphModel.hpp
+++ b/include/ingen/client/GraphModel.hpp
@@ -71,8 +71,7 @@ private:
: BlockModel(uris,
static_cast<const URI&>(uris.ingen_Graph),
graph_path)
- {
- }
+ {}
void clear() override;
void add_child(const std::shared_ptr<ObjectModel>& c) override;