typedef const std::string & stringcr_t;

git-svn-id: svn://localhost/trunk/ardour2@192 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Karsten Wiese 2005-12-14 18:26:22 +00:00
parent 0fb17c72d9
commit 5d1f3c2d30

View File

@ -43,6 +43,7 @@ namespace ARDOUR {
typedef float gain_t;
typedef uint32_t layer_t;
typedef uint64_t id_t;
typedef const std::string & stringcr_t;
enum IOChange {
NoChange = 0,