summaryrefslogtreecommitdiff
path: root/i/marvin/src/parser/parser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/parser/parser.hh')
-rw-r--r--i/marvin/src/parser/parser.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/marvin/src/parser/parser.hh b/i/marvin/src/parser/parser.hh
index c07d645..573d5f6 100644
--- a/i/marvin/src/parser/parser.hh
+++ b/i/marvin/src/parser/parser.hh
@@ -70,6 +70,8 @@ class Parser
public:
/// Constructeur.
Parser (void);
+ /// Destructeur virtuel
+ virtual ~Parser (void);
/// Lance le parseur sur un fichier.
void parseFile (const std::string &file);
/// Lance le parseur sur une chaîne.