summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-06 16:10:20 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-06 16:10:20 -0500
commit57367d3e445e3a2f76d02e4b019a8cb38b265faa (patch)
treeb01eff8640ebe3e4c5469d47f27543d899d388c2 /include/SSystem/SComponent
parentae731fa8ad16bd086c6cd99cdbec717de5fad393 (diff)
d_snap done except for data
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_sxyz.h2
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);