diff options
Diffstat (limited to 'src/http.h')
-rw-r--r-- | src/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ public: | |||
55 | /** | 55 | /** |
56 | * Standard Deconstructor. | 56 | * Standard Deconstructor. |
57 | */ | 57 | */ |
58 | ~Http(); | 58 | virtual ~Http(); |
59 | 59 | ||
60 | /** | 60 | /** |
61 | * Perform all parsing needed to figure out what an HTTP client wants from | 61 | * Perform all parsing needed to figure out what an HTTP client wants from |