mirror of https://github.com/axmolengine/axmol.git
Fixed typo. virutal -> virtual
This commit is contained in:
parent
c7329e9301
commit
2982a42fbf
|
@ -404,7 +404,7 @@ namespace sigslot {
|
|||
class _connection_base8
|
||||
{
|
||||
public:
|
||||
virutal ~_connection_base8() { }
|
||||
virtual ~_connection_base8() { }
|
||||
|
||||
virtual has_slots<mt_policy>* getdest() const = 0;
|
||||
virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type,
|
||||
|
|
Loading…
Reference in New Issue