[opengtl-commits] [617] kill warnings about overwritten virtual

[ Thread Index | Date Index | More lists.tuxfamily.org/opengtl-commits Archives ]


Revision: 617
Author:   cyrille
Date:     2009-03-14 11:20:51 +0100 (Sat, 14 Mar 2009)

Log Message:
-----------
kill warnings about overwritten virtual

Modified Paths:
--------------
    trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h


Modified: trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h
===================================================================
--- trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h	2009-03-14 10:11:13 UTC (rev 616)
+++ trunk/OpenGTL/OpenGTL/GTLCore/AbstractImage.h	2009-03-14 10:20:51 UTC (rev 617)
@@ -76,6 +76,7 @@
         public:
           virtual ~Iterator();
         public:
+          using ConstIterator::current;
           virtual Buffer* current() = 0;
       };
     public:


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/