summaryrefslogtreecommitdiffstats
path: root/fnet/src/examples/proxy/proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/examples/proxy/proxy.cpp')
-rw-r--r--fnet/src/examples/proxy/proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnet/src/examples/proxy/proxy.cpp b/fnet/src/examples/proxy/proxy.cpp
index 2d1d44174a4..1b61244c093 100644
--- a/fnet/src/examples/proxy/proxy.cpp
+++ b/fnet/src/examples/proxy/proxy.cpp
@@ -140,6 +140,7 @@ private:
public:
Proxy() : _transport() {}
+ ~Proxy() { }
bool GetPacketInfo(FNET_DataBuffer *src, uint32_t *plen, uint32_t *pcode, uint32_t *chid, bool *) override;
FNET_Packet *Decode(FNET_DataBuffer *src, uint32_t plen, uint32_t pcode, FNET_Context) override;
void Encode(FNET_Packet *packet, uint32_t chid, FNET_DataBuffer *dst) override;