Browse Source

fixing warning

Johannes R 12 years ago
parent
commit
74695d6f65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/image/GrayColorImageCommonImplementationT.tcc

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