summaryrefslogtreecommitdiffhomepage
path: root/flowgraph
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-07 15:05:45 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-07 15:05:45 +0100
commitf0f7a8f7fd237d1f8e2bab2bfb2cb4442e1a692f (patch)
treef3c08014262ad519b183aa9218d48bf65e6bb9f4 /flowgraph
parent71c7fd62f8b5257b82cf32b0f747fcf313fcc617 (diff)
Add node map
Diffstat (limited to 'flowgraph')
-rw-r--r--flowgraph/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowgraph/node.h b/flowgraph/node.h
index 40846e2..aa9d333 100644
--- a/flowgraph/node.h
+++ b/flowgraph/node.h
@@ -17,7 +17,7 @@ namespace FlowGraph {
class Node
{
public:
- virtual ~Node() {}; // force class to be polymorphic
+ virtual ~Node() {}; // force class to be polymorphic (e.g. in a container)
};
// Memory on Heap: new and delete