From c3952e7c20a3108c2f16aa579f8062dfc2163bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 8 Sep 2020 14:28:34 +0200 Subject: Use strict function prototypes int foo(); declares a function taking any number of arguments. --- MainPanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MainPanel.h') diff --git a/MainPanel.h b/MainPanel.h index ca064722..01fb4977 100644 --- a/MainPanel.h +++ b/MainPanel.h @@ -36,7 +36,7 @@ bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, Ar extern PanelClass MainPanel_class; -MainPanel* MainPanel_new(); +MainPanel* MainPanel_new(void); void MainPanel_setState(MainPanel* this, State* state); -- cgit v1.2.3