Don't use references for constant c-types
authorRobin Gareus <robin@gareus.org>
Sun, 20 Aug 2017 17:02:17 +0000 (19:02 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 20 Aug 2017 17:02:17 +0000 (19:02 +0200)
commitc399954148b9a3c619ed56f14d12836bc0700ceb
treea7600fa817dc314d34015a3cd6719a116f49200b
parent7bd4a41cdb0c9660f34b27c092f79dc718383cf1
Don't use references for constant c-types

This fixes various Lua-scripts: There are no explicit bindings to
turn int64_t, uint64_t into a const reference.

Besides it doesn't make sense to use a reference for constant _t that can
be directly loaded in CPU register or on the stack.
libs/ardour/ardour/tempo.h
libs/ardour/tempo.cc