From 19a245f3b10f823e4420ce85de358600f6dec2f1 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin <2294815+iSLC@users.noreply.github.com> Date: Tue, 7 Apr 2020 13:37:57 +0300 Subject: [PATCH] Rename the signal class. Avoid using the `Impl` suffix in names. It looks awkward in documentation. --- module/Misc/Signal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Misc/Signal.cpp b/module/Misc/Signal.cpp index a14fcb73..f55332e8 100644 --- a/module/Misc/Signal.cpp +++ b/module/Misc/Signal.cpp @@ -5,7 +5,7 @@ namespace SqMod { // ------------------------------------------------------------------------------------------------ -SQMODE_DECL_TYPENAME(Typename, _SC("SqSignalImpl")) +SQMODE_DECL_TYPENAME(Typename, _SC("SqSignalBase")) // ------------------------------------------------------------------------------------------------ Signal::SignalPool Signal::s_Signals;