aboutsummaryrefslogtreecommitdiff
path: root/src/programchain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/programchain.h')
-rw-r--r--src/programchain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/programchain.h b/src/programchain.h
index 333c91b..1752d2c 100644
--- a/src/programchain.h
+++ b/src/programchain.h
@@ -20,7 +20,7 @@ public:
20 /** 20 /**
21 * Destroy your chain. 21 * Destroy your chain.
22 */ 22 */
23 ~ProgramChain(); 23 virtual ~ProgramChain();
24 24
25 /** Adds a link to the end of the chain. 25 /** Adds a link to the end of the chain.
26 *@param pLink A pointer to the link to add to the chain. 26 *@param pLink A pointer to the link to add to the chain.