From 5d1f3c2d3001dbd50079e25e8114bfd60ee3bc59 Mon Sep 17 00:00:00 2001 From: Karsten Wiese Date: Wed, 14 Dec 2005 18:26:22 +0000 Subject: [PATCH] typedef const std::string & stringcr_t; git-svn-id: svn://localhost/trunk/ardour2@192 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index a77a02c95b..922e268e51 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -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,