diff options
| author | a1xd <[email protected]> | 2021-09-08 03:01:43 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-08 03:01:43 -0400 |
| commit | c79705ff9fca84e2a7758f5c1655f71e5651c271 (patch) | |
| tree | 95ef5071ed33702f92cf4831d60379c103e7a436 /common/accel-natural.hpp | |
| parent | update SettingsManager (diff) | |
| download | rawaccel-c79705ff9fca84e2a7758f5c1655f71e5651c271.tar.xz rawaccel-c79705ff9fca84e2a7758f5c1655f71e5651c271.zip | |
fix clang build errors
Diffstat (limited to 'common/accel-natural.hpp')
| -rw-r--r-- | common/accel-natural.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/accel-natural.hpp b/common/accel-natural.hpp index 521a1ae..6f30a38 100644 --- a/common/accel-natural.hpp +++ b/common/accel-natural.hpp @@ -54,6 +54,5 @@ namespace rawaccel { natural_base(args), constant(-limit / accel) {} - natural() = default; }; } |