diff options
Diffstat (limited to 'docs/tutorials/015/Crypt.h')
-rw-r--r-- | docs/tutorials/015/Crypt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/tutorials/015/Crypt.h b/docs/tutorials/015/Crypt.h index 60aa82f69bd..6de997fa4a9 100644 --- a/docs/tutorials/015/Crypt.h +++ b/docs/tutorials/015/Crypt.h @@ -14,9 +14,7 @@ public: typedef Protocol_Task inherited; - // Again we have the option of multiple threads and again I - // regret tempting folks to use it. - Crypt (int thr_count = 0); + Crypt (void); ~Crypt (void); |