aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/LearnRequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LearnRequest.cpp')
-rw-r--r--src/engine/LearnRequest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/LearnRequest.cpp b/src/engine/LearnRequest.cpp
index ae77e7b..eabf568 100644
--- a/src/engine/LearnRequest.cpp
+++ b/src/engine/LearnRequest.cpp
@@ -43,8 +43,8 @@ LearnRequest::create(SharedPtr<Raul::Maid> maid, SharedPtr<Node> node)
void
LearnRequest::start(double q, Raul::TimeStamp time)
{
- _started = true;
- _start_time = time;
+ _started = true;
+ _start_time = time;
_quantization = q;
}