From 9ad2875905c611b33fc9114101da224c878ca9cd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Dec 2009 02:15:12 +0000 Subject: move Session::Event into SessionEvent class; add SessionEventManager (Session IS-A SessionEventManager); make session ops to toggle all track rec-enable be atomic with respect to process() git-svn-id: svn://localhost/ardour2/branches/3.0@6273 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_click.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/session_click.cc') diff --git a/libs/ardour/session_click.cc b/libs/ardour/session_click.cc index 2e7e077ce7..363c5911b8 100644 --- a/libs/ardour/session_click.cc +++ b/libs/ardour/session_click.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 20002 Paul Davis + Copyright (C) 2002 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ using namespace std; using namespace ARDOUR; using namespace PBD; -Pool Session::Click::pool ("click", sizeof (Click), 128); +Pool Click::pool ("click", sizeof (Click), 128); void Session::click (nframes_t start, nframes_t nframes) -- cgit v1.2.3