Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@ -44,7 +44,7 @@
|
||||
|
||||
class CreateDialog : public ConfirmationDialog {
|
||||
|
||||
GDCLASS(CreateDialog, ConfirmationDialog)
|
||||
GDCLASS(CreateDialog, ConfirmationDialog);
|
||||
|
||||
Vector<String> favorite_list;
|
||||
Tree *favorites;
|
||||
|
||||
Reference in New Issue
Block a user