Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 8d690cf

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
Do not use a default value.
1 parent ec908e4 commit 8d690cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/FrontEnd/Constants.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ record Dialog
423423
end Dialog;
424424
425425
record Selector
426-
parameter String filter=\"\";
427-
parameter String caption=\"\";
426+
parameter String filter;
427+
parameter String caption;
428428
end Selector;
429429
430430
record choices

0 commit comments

Comments
 (0)