mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-18 19:47:15 +01:00
Fixed the keybind documentation.
This commit is contained in:
parent
7c337e49cb
commit
c8907b8ea2
@ -13,7 +13,10 @@ namespace SqMod {
|
|||||||
class CKeybind : public Reference< CKeybind >
|
class CKeybind : public Reference< CKeybind >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// --------------------------------------------------------------------------------------------
|
|
||||||
|
/* --------------------------------------------------------------------------------------------
|
||||||
|
* Import the constructors, destructors and assignment operators from the base class.
|
||||||
|
*/
|
||||||
using RefType::Reference;
|
using RefType::Reference;
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user