Johannes R преди 13 години
родител
ревизия
74695d6f65
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/image/GrayColorImageCommonImplementationT.tcc

+ 1 - 1
core/image/GrayColorImageCommonImplementationT.tcc

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