summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/registrar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prop/registrar.h b/src/prop/registrar.h
index 4fe04f062..b6dd021ab 100644
--- a/src/prop/registrar.h
+++ b/src/prop/registrar.h
@@ -28,6 +28,7 @@ namespace prop {
class Registrar {
public:
+ virtual ~Registrar() {}
virtual void preRegister(Node n) = 0;
};/* class Registrar */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback