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

Fixed the keybind documentation.

This commit is contained in:
Sandu Liviu Catalin 2015-10-29 23:06:20 +02:00
parent 7c337e49cb
commit c8907b8ea2

View File

@ -13,7 +13,10 @@ namespace SqMod {
class CKeybind : public Reference< CKeybind >
{
public:
// --------------------------------------------------------------------------------------------
/* --------------------------------------------------------------------------------------------
* Import the constructors, destructors and assignment operators from the base class.
*/
using RefType::Reference;
/* --------------------------------------------------------------------------------------------