Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@ -94,7 +94,8 @@ public:
|
||||
|
||||
class ResourceImporter : public Reference {
|
||||
|
||||
GDCLASS(ResourceImporter, Reference)
|
||||
GDCLASS(ResourceImporter, Reference);
|
||||
|
||||
public:
|
||||
virtual String get_importer_name() const = 0;
|
||||
virtual String get_visible_name() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user