Skip to content
Snippets Groups Projects
Commit 33201825 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Correction d'une erreur (non significative) sur l'appel à otbMsgDevMacro.

parent 8605a695
No related branches found
No related tags found
No related merge requests found
......@@ -329,7 +329,7 @@ GLVectorImageViewClick<TPixel,TPixelOverlay>::
PrintInfos(void)
{
otbMsgDevMacro( << this->GetNameOfClass() );
otbMsgDevMacro( << "- cW, cH : ["<<this->cW<<","<<this->cH<<"]"< );
otbMsgDevMacro( << "- cW, cH : ["<<this->cW<<","<<this->cH<<"]" );
otbMsgDevMacro( << "- zoom : "<<this->winZoom() );
otbMsgDevMacro( << "- zoom : "<<this->cWinZoom );
otbMsgDevMacro( << "- m_CenterPointImage : "<<m_CenterPointImage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment