diff options
Diffstat (limited to '')
-rw-r--r-- | src/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ public: | |||
21 | md5(); | 21 | md5(); |
22 | 22 | ||
23 | /** Deconstruct */ | 23 | /** Deconstruct */ |
24 | ~md5(); | 24 | virtual ~md5(); |
25 | 25 | ||
26 | /** | 26 | /** |
27 | * Create a sum of a standard c string, null terminated. This is probably | 27 | * Create a sum of a standard c string, null terminated. This is probably |