Skip to content
Snippets Groups Projects
Commit 4eeb7cf1 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Correcting out-of-date call to Init()

parent 7d37fcbb
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ int otbAlternateViewerTest(int argc, char* argv[])
viewer->SetBlueChannelIndex(atoi(argv[5]));
window.end();
window.resizable(viewer.GetPointer());
viewer->Init("test de la nouvelle visu");
viewer->Init(0,0,512,512,"test de la nouvelle visu");
window.show();
viewer->Show();
......
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