diff options
Diffstat (limited to 'src/cgi.h')
-rw-r--r-- | src/cgi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ public: | |||
43 | /** | 43 | /** |
44 | * Destroy the cgi object. | 44 | * Destroy the cgi object. |
45 | */ | 45 | */ |
46 | ~Cgi( ); | 46 | virtual ~Cgi( ); |
47 | 47 | ||
48 | /** | 48 | /** |
49 | * Get's the value for a variable as a character string. The name is the | 49 | * Get's the value for a variable as a character string. The name is the |