Skip to content

Commit eb71fc3

Browse files
authored
Merge branch 'microsoft:main' into custom-parse-tree
2 parents a86bcf9 + 0e61a3c commit eb71fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/graphqlservice/GraphQLService.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class schema_exception : public std::exception
110110
// correlate the asynchronous/recursive callbacks and accumulate state in it.
111111
struct RequestState : std::enable_shared_from_this<RequestState>
112112
{
113+
virtual ~RequestState() = default;
113114
};
114115

115116
namespace {

0 commit comments

Comments
 (0)