[PPL-devel] [GIT] ppl/ppl(master): Added missing comment.

Roberto Bagnara bagnara at cs.unipr.it
Mon Sep 14 21:21:56 CEST 2009


Module: ppl/ppl
Branch: master
Commit: cb4d41cada4e9a0cc4146ac0edc234d834fd3584
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=cb4d41cada4e9a0cc4146ac0edc234d834fd3584

Author: Roberto Bagnara <bagnara at 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:




More information about the PPL-devel mailing list