X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=source%2Fcommandinterpreter.h;h=ca5060b4d50f42e4757cadc0f40cf12d5a49f5ad;hp=fa881c6883be885b6e2cc03974448e68783766fd;hb=a34325fadec5b2be003bf9af1f081bfc4c83e8b6;hpb=efd709c6cdac15b7823e80ed64e448003aea835d diff --git a/source/commandinterpreter.h b/source/commandinterpreter.h index fa881c6..ca5060b 100644 --- a/source/commandinterpreter.h +++ b/source/commandinterpreter.h @@ -64,6 +64,7 @@ private: public: CommandInterpreter(GlDbg &); + ~CommandInterpreter(); template Command ®ister_command(const std::string &n, T *o, void (T::*f)(const std::string &))