Explorar el Código

fixing warning

Johannes R hace 12 años
padre
commit
74695d6f65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/image/GrayColorImageCommonImplementationT.tcc

+ 1 - 1
core/image/GrayColorImageCommonImplementationT.tcc

@@ -91,7 +91,7 @@ void GrayColorImageCommonImplementationT<P>::deallocPixel() {
 }
 
 template <class P>
-GrayColorImageCommonImplementationT<P>::~GrayColorImageCommonImplementationT<P>() {
+GrayColorImageCommonImplementationT<P>::~GrayColorImageCommonImplementationT() {
   deallocPixel();
 }