We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae729b3 commit bf5af41Copy full SHA for bf5af41
1 file changed
source/gameanalytics/Http/GAHttpWrapper.h
@@ -19,6 +19,8 @@ namespace gameanalytics
19
}
20
};
21
22
+ virtual ~GAHttpWrapper() {};
23
+
24
virtual void initialize() = 0;
25
26
virtual void cleanup() = 0;
0 commit comments