Skip to content

Commit

Permalink
GUIImageNode: some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Jan 22, 2025
1 parent 6476a08 commit 4c3362c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/agui/gui/nodes/GUIImageNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ class agui::gui::nodes::GUIImageNode final
/**
* Clear source handlers
*/
void clearSourceHandlers();
static void clearSourceHandlers();

/**
* Add source handler
* @param sourceHandler source handler
*/
void addSourceHandler(SourceHandler* sourceHandler);
static void addSourceHandler(SourceHandler* sourceHandler);

/**
* Allocate thumbnail texture index
Expand Down

0 comments on commit 4c3362c

Please sign in to comment.