fix 64 bit template types

This commit is contained in:
Paul Davis 2014-01-12 20:01:12 -05:00
parent cdfc094b9f
commit 2fc2df8c5d

View file

@ -16,9 +16,10 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdint.h>
#include "evoral/TimeConverter.hpp"
typedef long long framepos_t;
typedef int64_t framepos_t; /* MUST match libs/ardour/ardour/types.h */
namespace Evoral {