Răsfoiți Sursa

fixing warning

Johannes R 12 ani în urmă
părinte
comite
74695d6f65
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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();
 }