summaryrefslogtreecommitdiff
path: root/src/velocity.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-03-31 18:00:18 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2016-03-31 18:00:18 +0200
commitc7aae008ad818f9cb453ce184673e0edf8ba4e58 (patch)
tree723c964c28032e7bb3f92c5eb2dd059bd8b2583a /src/velocity.h
parent9b5dae389051c8c9ea96c1f79b487169d19b46d8 (diff)
Fix build errors due to rebase.
Diffstat (limited to 'src/velocity.h')
-rw-r--r--src/velocity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/velocity.h b/src/velocity.h
index 41622d3..19284a4 100644
--- a/src/velocity.h
+++ b/src/velocity.h
@@ -37,7 +37,7 @@ public:
Velocity(unsigned int lower, unsigned int upper);
void addSample(Sample* sample, float probability);
- Sample* getSample() const;
+ Sample* getSample();
unsigned int lower;
unsigned int upper;