mirror of
https://github.com/oatpp/oatpp.git
synced 2025-04-18 19:00:23 +08:00
Merge pull request #486 from Garzet/master
Add ErrorHandler virtual destructor
This commit is contained in:
commit
d9e8e0cb34
@ -41,6 +41,10 @@ public:
|
||||
*/
|
||||
typedef web::protocol::http::Headers Headers;
|
||||
public:
|
||||
/**
|
||||
* Virtual destructor since the class is ment to be derived from.
|
||||
* */
|
||||
virtual ~ErrorHandler() = default;
|
||||
|
||||
/**
|
||||
* Implement this method!
|
||||
|
Loading…
x
Reference in New Issue
Block a user