X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3f9fdda7c6c6254a322afc2b09b33eba30a90f08..c4456f2cae7261f7263e3708ff995bade7da722f:/projects/stargazer/actions.h

diff --git a/projects/stargazer/actions.h b/projects/stargazer/actions.h
index 6c1fc8a8..66b8556d 100644
--- a/projects/stargazer/actions.h
+++ b/projects/stargazer/actions.h
@@ -41,7 +41,7 @@ public:
     ACTION(ACTIVE_CLASS & ac,
            typename ACTOR<ACTIVE_CLASS, DATA_TYPE>::TYPE a,
            DATA_TYPE d)
-        : activeClass(ac), actor(a), data(d) {};
+        : activeClass(ac), actor(a), data(d) {}
     void Invoke();
 private:
     ACTION(const ACTION<ACTIVE_CLASS, DATA_TYPE> & rvalue);