aboutsummaryrefslogtreecommitdiff
path: root/src/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5.h')
-rw-r--r--src/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5.h b/src/md5.h
index 810345e..7f77d83 100644
--- a/src/md5.h
+++ b/src/md5.h
@@ -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