Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyPanda07 committed Jul 2, 2023
1 parent ec2a253 commit ac8f522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUIFramework/src/BaseComponents/BaseComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ namespace gui_framework

bool asyncDestroyComponent();

bool enable();
void enable();

bool disable();
void disable();

bool isEnabled() const;

Expand Down

0 comments on commit ac8f522

Please sign in to comment.