Style: Set clang-format Standard to c++14
This commit is contained in:
@ -96,7 +96,7 @@ class RenameDialog : public ConfirmationDialog {
|
||||
Label *lbl_preview_title;
|
||||
Label *lbl_preview;
|
||||
|
||||
List<Pair<NodePath, String> > to_rename;
|
||||
List<Pair<NodePath, String>> to_rename;
|
||||
Node *preview_node;
|
||||
bool lock_preview_update;
|
||||
ErrorHandlerList eh;
|
||||
|
||||
Reference in New Issue
Block a user