mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-03 07:47:18 +01:00
Rename the signal class.
Avoid using the `Impl` suffix in names. It looks awkward in documentation.
This commit is contained in:
committed by
GitHub
parent
7030628f77
commit
19a245f3b1
@@ -5,7 +5,7 @@
|
|||||||
namespace SqMod {
|
namespace SqMod {
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
SQMODE_DECL_TYPENAME(Typename, _SC("SqSignalImpl"))
|
SQMODE_DECL_TYPENAME(Typename, _SC("SqSignalBase"))
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
Signal::SignalPool Signal::s_Signals;
|
Signal::SignalPool Signal::s_Signals;
|
||||||
|
|||||||
Reference in New Issue
Block a user