X Tutup
Skip to content

Commit ee47472

Browse files
author
Sebastiano Merlino
committed
Avoid to make http_response destrctor virtual
1 parent 5e7eb07 commit ee47472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/httpserver/http_response.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class http_response
209209
{
210210
}
211211

212-
virtual ~http_response();
212+
~http_response();
213213
/**
214214
* Method used to get the content from the response.
215215
* @return the content in string form

0 commit comments

Comments
 (0)
X Tutup