summaryrefslogtreecommitdiffstats
path: root/src/tuple_gen.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-11-08 15:08:07 +0200
committerimarom <imarom@cisco.com>2015-11-08 15:08:07 +0200
commit38dc2db83370ee9d2483a09f4451a5c0f1167cee (patch)
tree3f8b2d4f5efa627a2e8a7da4ca2623e1a91c2d80 /src/tuple_gen.h
parentbc7d9ee81604fd33607569ac4f03ca8b91777b29 (diff)
fixed all warnings
now compiles with -Wall -Werror
Diffstat (limited to 'src/tuple_gen.h')
-rwxr-xr-xsrc/tuple_gen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tuple_gen.h b/src/tuple_gen.h
index 29adbd69..d34e27bc 100755
--- a/src/tuple_gen.h
+++ b/src/tuple_gen.h
@@ -553,6 +553,9 @@ public:
class CServerPoolBase {
public:
+
+ virtual ~CServerPoolBase() {}
+
virtual void GenerateTuple(CTupleBase& tuple) = 0;
virtual uint16_t GenerateOnePort(uint32_t idx) = 0;
virtual void Delete() = 0;