Source: Fix clang -Wextra-semi warnings

This commit is contained in:
Sean McBride
2021-09-24 11:52:11 -04:00
committed by Brad King
parent 2974ea7c3e
commit 907d098838
14 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#else
# define CM_INHERIT_CTOR(Class, Base, Tpl) using Base Tpl ::Base;
# define CM_INHERIT_CTOR(Class, Base, Tpl) using Base Tpl ::Base
#endif