summaryrefslogtreecommitdiffstats
path: root/src/Protocol/LengthenedProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocol/LengthenedProtocol.h')
-rw-r--r--src/Protocol/LengthenedProtocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Protocol/LengthenedProtocol.h b/src/Protocol/LengthenedProtocol.h
index 4394614ce..a6e72fe05 100644
--- a/src/Protocol/LengthenedProtocol.h
+++ b/src/Protocol/LengthenedProtocol.h
@@ -2,6 +2,8 @@
#pragma once
#include "Protocol.h"
+extern void undefined();
+
class cLengthenedProtocol : public cProtocol
{
public:
@@ -9,6 +11,7 @@ public:
cProtocol(a_LogID),
m_ReceivedData(32 KiB)
{
+ undefined();
}
virtual ~cLengthenedProtocol() = default;