Remove most using declarations from header files.

git-svn-id: svn://localhost/ardour2/branches/3.0@5069 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-05-12 17:03:42 +00:00
parent 2e5c935990
commit 3b89d9eaa0
198 changed files with 836 additions and 911 deletions

View file

@ -28,6 +28,7 @@
#include "ardour_ui.h"
#include "gui_thread.h"
using namespace std;
using namespace ARDOUR;
using namespace PBD;
@ -114,8 +115,8 @@ ReturnUIWindow::ReturnUIWindow (boost::shared_ptr<Return> s, Session& ss)
mem_fun (*this, &ReturnUIWindow::return_going_away));
signal_delete_event().connect (bind (
ptr_fun (just_hide_it),
reinterpret_cast<Window *> (this)));
sigc::ptr_fun (just_hide_it),
reinterpret_cast<Window *> (this)));
}
ReturnUIWindow::~ReturnUIWindow ()