summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2009-02-12 10:14:22 +0000
committerHans Baier <hansfbaier@googlemail.com>2009-02-12 10:14:22 +0000
commitb1cd1835113a21670efc0ad1264c7df160a93147 (patch)
tree3cc049e723e48b03759135a7e739502c9188d455 /libs/ardour/ardour/tempo.h
parent0522149d208d92bd68898dda521a6ebda4999c93 (diff)
* MIDI clock slave: issues 2541 and 2542 ready for testing (cant test myself due to lack of hardware)
* tempo.cc/tempo.h: formatting / whitespace git-svn-id: svn://localhost/ardour2/branches/3.0@4538 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/tempo.h')
-rw-r--r--libs/ardour/ardour/tempo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index c4915072c5..f5cadb840a 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -137,7 +137,7 @@ class MetricSection {
private:
BBT_Time _start;
- nframes_t _frame;
+ nframes_t _frame;
bool _movable;
};