summaryrefslogtreecommitdiff
path: root/include/gui
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/component.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/component.h b/include/gui/component.h
index d61b713..50aee63 100644
--- a/include/gui/component.h
+++ b/include/gui/component.h
@@ -21,7 +21,7 @@ typedef void (*ClickHandler)(int x_pos, int y_pos);
21 * Type: PrintMethod 21 * Type: PrintMethod
22 * Type of functions that will be used to print our component. This must be initialized by the initialization function of the component. 22 * Type of functions that will be used to print our component. This must be initialized by the initialization function of the component.
23 */ 23 */
24typedef void (*PrintMethod)(void); 24typedef void (*PrintMethod)(void*);
25 25
26/** 26/**
27 * Struct: Component 27 * Struct: Component