From 8969ded7e1ebe8982a7d3df11237631a0fa3cf48 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 22 Apr 2017 21:27:00 +0200 Subject: Privatize non-public methods --- libs/ardour/ardour/graph.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/graph.h b/libs/ardour/ardour/graph.h index 239f9ad1ab..46c9f5e26e 100644 --- a/libs/ardour/ardour/graph.h +++ b/libs/ardour/ardour/graph.h @@ -57,18 +57,13 @@ class LIBARDOUR_API Graph : public SessionHandleRef public: Graph (Session & session); - void prep(); void trigger (GraphNode * n); void rechain (boost::shared_ptr, GraphEdges const &); void dump (int chain); - void process(); void dec_ref(); - void restart_cycle(); - bool run_one(); void helper_thread(); - void main_thread(); int silent_process_routes (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, bool& need_butler); @@ -93,6 +88,10 @@ private: void reset_thread_list (); void drop_threads (); + void restart_cycle(); + bool run_one(); + void main_thread(); + void prep(); node_list_t _nodes_rt[2]; -- cgit v1.2.3