mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
parent
43a9b8c76c
commit
38d3bfe971
143 changed files with 463 additions and 380 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include "scene/gui/rich_text_label.h"
|
||||
|
||||
class PropertySelector : public ConfirmationDialog {
|
||||
GDCLASS(PropertySelector, ConfirmationDialog)
|
||||
GDCLASS(PropertySelector, ConfirmationDialog);
|
||||
|
||||
LineEdit *search_box;
|
||||
Tree *search_options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue