diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-06 16:10:20 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-06 16:10:20 -0500 |
| commit | 57367d3e445e3a2f76d02e4b019a8cb38b265faa (patch) | |
| tree | b01eff8640ebe3e4c5469d47f27543d899d388c2 /include/SSystem/SComponent | |
| parent | ae731fa8ad16bd086c6cd99cdbec717de5fad393 (diff) | |
d_snap done except for data
Diffstat (limited to 'include/SSystem/SComponent')
| -rw-r--r-- | include/SSystem/SComponent/c_sxyz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_sxyz.h b/include/SSystem/SComponent/c_sxyz.h index d58e4676..d2de1933 100644 --- a/include/SSystem/SComponent/c_sxyz.h +++ b/include/SSystem/SComponent/c_sxyz.h @@ -6,7 +6,7 @@ class csXyz : public SVec { public: static const csXyz Zero; - ~csXyz() {}; + ~csXyz() {} /* inline */ csXyz() {} /* inline */ csXyz(const csXyz& other) : SVec(other){}; csXyz(s16, s16, s16); |
