From 8cebc84d832a65c2e7d8e4dec827693fc2d7fe81 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Sun, 24 Jan 2010 23:07:51 +0000 Subject: [PATCH] Type (still worked though) --- mapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapping.h b/mapping.h index 45f9e64..415e1ba 100644 --- a/mapping.h +++ b/mapping.h @@ -44,7 +44,7 @@ public: tick_t since_last_tick; Mapping(const char *name, - int channel, ControllerType(type), int ccmsb, int cclsb, + int channel, ControllerType type, int ccmsb, int cclsb, int mrl, int mru, float crl, float cru, float latency, bool has_lsb) : name(name), channel(channel), type(type), ccmsb(ccmsb), cclsb(cclsb), mrl(mrl), mru(mru), crl(crl), cru(cru), latency(latency),