summaryrefslogtreecommitdiffhomepage
path: root/migration/20171013_00-tracker-pt-threshold.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-03-28 08:35:02 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-03-28 08:58:40 +0100
commitc3ade73cad4332165548709ee8db904040ddafdb (patch)
tree6452dba34bb55933a5be4458037b8f25d791afb7 /migration/20171013_00-tracker-pt-threshold.cpp
parent8a31ed10c8ed91b35f9fa3831e76ddb819fab88a (diff)
migration: fix spurious semicolon
Diffstat (limited to 'migration/20171013_00-tracker-pt-threshold.cpp')
-rw-r--r--migration/20171013_00-tracker-pt-threshold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/20171013_00-tracker-pt-threshold.cpp b/migration/20171013_00-tracker-pt-threshold.cpp
index 89becb3f..23f10659 100644
--- a/migration/20171013_00-tracker-pt-threshold.cpp
+++ b/migration/20171013_00-tracker-pt-threshold.cpp
@@ -49,4 +49,4 @@ struct move_int_to_slider : migration
}
};
-OPENTRACK_MIGRATION(move_int_to_slider);
+OPENTRACK_MIGRATION(move_int_to_slider)