aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/map_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/map_base.hpp')
-rw-r--r--chaos/src/map_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/map_base.hpp b/chaos/src/map_base.hpp
index 92016b1..afc89fb 100644
--- a/chaos/src/map_base.hpp
+++ b/chaos/src/map_base.hpp
@@ -28,7 +28,7 @@ class map_base
: public chaos_base<dimensions>
{
protected:
- virtual void m_step()
+ void m_step()
{
}
};