Skip to content

Commit

Permalink
Made the compiler happy on Windows. This refs #5801
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Dec 10, 2012
1 parent 481bb98 commit 225e212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int main( int argc, char **argv )
ArrayDataSource* source =
new ArrayDataSource( 10, 110, 220, 320, 2000, 2000, data );

MantidQt::RefDetectorViewer::RefImageView image_view( source );
MantidQt::RefDetectorViewer::RefImageView image_view( source, 10, 110, 220, 320, 200, 500 );

// Don't delete on close in this case, since image_view
// will be deleted when the application ends
Expand Down

0 comments on commit 225e212

Please sign in to comment.