Skip to content
Snippets Groups Projects
Commit 33a1ad00 authored by Bogdan Drutu's avatar Bogdan Drutu
Browse files

Fix the typo

parent 899e5a82
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ class ClientContext {
/// a client context is constructed and destructed.
class GlobalCallbacks {
public:
virtual GlobalCallbacks() {}
virtual ~GlobalCallbacks() {}
virtual void DefaultConstructor(ClientContext* context) = 0;
virtual void Destructor(ClientContext* context) = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment