Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864466
D3605.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
418 B
Subscribers
None
D3605.id.diff
View Options
diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp
--- a/src/bitcoin-cli.cpp
+++ b/src/bitcoin-cli.cpp
@@ -240,6 +240,7 @@
*/
class BaseRequestHandler {
public:
+ virtual ~BaseRequestHandler() {}
virtual UniValue PrepareRequest(const std::string &method,
const std::vector<std::string> &args) = 0;
virtual UniValue ProcessReply(const UniValue &batch_in) = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 19:54 (8 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865661
Default Alt Text
D3605.id.diff (418 B)
Attached To
D3605: Implements a virtual destructor on the BaseRequestHandler class.
Event Timeline
Log In to Comment