
14 Sep
2009
14 Sep
'09
9:21 p.m.
Module: ppl/ppl Branch: master Commit: cb4d41cada4e9a0cc4146ac0edc234d834fd3584 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=cb4d41cada4e9...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Sep 14 21:21:25 2009 +0200
Added missing comment.
---
src/c_streambuf.defs.hh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/c_streambuf.defs.hh b/src/c_streambuf.defs.hh index 6e406a8..1233d73 100644 --- a/src/c_streambuf.defs.hh +++ b/src/c_streambuf.defs.hh @@ -31,6 +31,8 @@ class Parma_Polyhedra_Library::c_streambuf public: //! Constructor. c_streambuf(); + + //! Destructor. virtual ~c_streambuf();
protected: