]> Creatis software - cpPlugins.git/blobdiff - appli/cpPipelineEditor/main.cxx
More on graph editor
[cpPlugins.git] / appli / cpPipelineEditor / main.cxx
index 7154469095791cce503aae713bad7940473805a0..3dfe4645d3db2269cf7adbf1c24d49227d0db7f8 100644 (file)
@@ -6,7 +6,7 @@
 int main( int argc, char* argv[] )
 {
   QApplication a( argc, argv );
-  cpPipelineEditor w;
+  cpPipelineEditor w( argc, argv, NULL );
   w.show( );
 
   return( a.exec( ) );