mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
Add missing namespace qualifiers.
This commit is contained in:
parent
008bfceb77
commit
cf537b97f5
10 changed files with 18 additions and 14 deletions
|
|
@ -51,6 +51,7 @@ using namespace ARDOUR;
|
|||
using namespace Glib;
|
||||
using namespace PBD;
|
||||
using namespace Evoral;
|
||||
using namespace std;
|
||||
|
||||
/** Constructor used for new internal-to-session files. File cannot exist. */
|
||||
SMFSource::SMFSource (Session& s, const string& path, Source::Flag flags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue