浏览代码

fixing warning

Johannes R 12 年之前
父节点
当前提交
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();
 }
 }