summaryrefslogtreecommitdiff
path: root/src/velocity.h
diff options
context:
space:
mode:
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;