Fix a crash when no arguments are passed

This commit is contained in:
Alexander Kojevnikov 2010-05-17 18:26:22 +10:00
parent 5ff1fb5319
commit 718e851e48

View File

@ -28,7 +28,7 @@ namespace Spek {
private FileFilter filter_audio;
private FileFilter filter_png;
public Window (string file_name) {
public Window (string? file_name) {
title = _("Spek - Acoustic Spectrum Analyser");
set_default_icon_name ("spek");
set_default_size (640, 480);