Implicit declarations is better for future modifications.

This commit is contained in:
Kolan Sh 2016-01-24 02:32:46 +03:00
parent 9834dc1c2a
commit c672a22287
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace LAview.Desktop {
filter.add_pattern ("*.lyx");
if (chooser.run () == ResponseType.ACCEPT) {
SList<string> paths = chooser.get_filenames ();
var paths = chooser.get_filenames ();
foreach (unowned string path in paths)
AppCore.core.add_template (path);