method_eaphost is no longer method_noneap child but correctly a method child

This commit is contained in:
2016-10-27 14:13:02 +02:00
parent 55f160bce3
commit 6f30239ada
2 changed files with 7 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ namespace eap
namespace eap
{
class method_eaphost : public method_noneap
class method_eaphost : public method
{
WINSTD_NONCOPYABLE(method_eaphost)