You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2008/06/24 20:10:33 UTC

svn commit: r671281 - /xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp

Author: dbertoni
Date: Tue Jun 24 11:10:33 2008
New Revision: 671281

URL: http://svn.apache.org/viewvc?rev=671281&view=rev
Log:
Added "virtual" to function.

Modified:
    xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp

Modified: xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp?rev=671281&r1=671280&r2=671281&view=diff
==============================================================================
--- xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp (original)
+++ xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp Tue Jun 24 11:10:33 2008
@@ -92,7 +92,7 @@
         }
     }
 
-    MemoryManager*
+    virtual MemoryManager*
     getExceptionMemoryManager()
     {
         return this;



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org