1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Rename the signal class.

Avoid using the `Impl` suffix in names. It looks awkward in documentation.
This commit is contained in:
Sandu Liviu Catalin 2020-04-07 13:37:57 +03:00 committed by GitHub
parent 7030628f77
commit 19a245f3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
namespace SqMod {
// ------------------------------------------------------------------------------------------------
SQMODE_DECL_TYPENAME(Typename, _SC("SqSignalImpl"))
SQMODE_DECL_TYPENAME(Typename, _SC("SqSignalBase"))
// ------------------------------------------------------------------------------------------------
Signal::SignalPool Signal::s_Signals;