Browse Source

fixing warning

Johannes R 12 years ago
parent
commit
6a847fcd03
1 changed files with 1 additions and 1 deletions
  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>