소스 검색

fixing warning

Johannes R 12 년 전
부모
커밋
6a847fcd03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/image/ColorImageT.tcc

+ 1 - 1
core/image/ColorImageT.tcc

@@ -230,7 +230,7 @@ void ColorImageT<P>::doAllocPixelIPP() {
 // // // // // Destruktor // // // // //
 
 template <class P>
-ColorImageT<P>::~ColorImageT<P>() {
+ColorImageT<P>::~ColorImageT() {
 }
 
 template <class P>