Skip to content

Commit 48bc608

Browse files
committed
Added destructor to awoid warning. Closes #99
1 parent 533eb51 commit 48bc608

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/restc-cpp/restc-cpp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ class Reply {
270270
*/
271271
class Context {
272272
public:
273+
virtual ~Context() noexcept = default;
274+
273275
virtual boost::asio::yield_context& GetYield() = 0;
274276
virtual RestClient& GetClient() = 0;
275277

0 commit comments

Comments
 (0)