Fixed typo. virutal -> virtual

This commit is contained in:
metalbass 2013-07-25 13:03:40 +02:00
parent c7329e9301
commit 2982a42fbf
1 changed files with 1 additions and 1 deletions

View File

@ -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,