Virtual method implementations moved to .cpp files
get_method_id() now const
This commit is contained in:
@@ -113,7 +113,7 @@ namespace eap
|
||||
///
|
||||
/// \returns Pointer to cloned credentials
|
||||
///
|
||||
virtual config* clone() const { return new credentials_tls(*this); }
|
||||
virtual config* clone() const;
|
||||
|
||||
///
|
||||
/// Resets credentials
|
||||
|
Reference in New Issue
Block a user