Skip to content

Commit bf5af41

Browse files
committed
add virtual dtor for http api
1 parent ae729b3 commit bf5af41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/gameanalytics/Http/GAHttpWrapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ namespace gameanalytics
1919
}
2020
};
2121

22+
virtual ~GAHttpWrapper() {};
23+
2224
virtual void initialize() = 0;
2325

2426
virtual void cleanup() = 0;

0 commit comments

Comments
 (0)