mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
2e5c935990
commit
3b89d9eaa0
198 changed files with 836 additions and 911 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue