summaryrefslogtreecommitdiff
path: root/i/marvin/src/log/log.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/log/log.hh')
-rw-r--r--i/marvin/src/log/log.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/marvin/src/log/log.hh b/i/marvin/src/log/log.hh
index 4e240a8..1141962 100644
--- a/i/marvin/src/log/log.hh
+++ b/i/marvin/src/log/log.hh
@@ -57,6 +57,8 @@ class Log
public:
/// Constructeur.
Log (const char *module, const char *instance = 0);
+ /// Destructor.
+ ~Log (void);
/// Crée un nouveau LogMessage.
LogMessage operator() (const char *msg, Level level = info) const;
/// Récupère le module.