Johannes R 12 жил өмнө
parent
commit
74695d6f65

+ 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();
 }