eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/game results.h


From: Olivier Teulière
Subject: [Eliot-dev] eliot/game results.h
Date: Thu, 28 Jan 2010 22:24:12 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       10/01/28 22:24:12

Modified files:
        game           : results.h 

Log message:
        Make the destructor of the parent class virtual, since the class has 
virtual methods

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/game/results.h?cvsroot=eliot&r1=1.15&r2=1.16

Patches:
Index: results.h
===================================================================
RCS file: /cvsroot/eliot/eliot/game/results.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- results.h   29 Nov 2009 16:01:32 -0000      1.15
+++ results.h   28 Jan 2010 22:24:11 -0000      1.16
@@ -47,6 +47,7 @@
 class Results
 {
 public:
+    virtual ~Results() {}
     unsigned int size() const { return m_rounds.size(); }
     const Round & get(unsigned int) const;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]