diff options
| author | a1xd <[email protected]> | 2021-09-08 03:01:43 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:34:51 -0400 |
| commit | 864ef4d74b4f2709c8df216c5197b299389a8926 (patch) | |
| tree | 6963312fe184c2a8d6cb9e3190c966f72bb494ef /common/accel-natural.hpp | |
| parent | Cap type options now fully working (diff) | |
| download | rawaccel-864ef4d74b4f2709c8df216c5197b299389a8926.tar.xz rawaccel-864ef4d74b4f2709c8df216c5197b299389a8926.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; }; } |