aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vis.h b/vis.h
index 032b00b..eb8ec92 100644
--- a/vis.h
+++ b/vis.h
@@ -90,8 +90,8 @@ typedef struct {
* @defgroup vis_lifecycle
* @{
*/
-/** Create a new editor instance using the given user interface. */
-Vis *vis_new(Ui*);
+/** Create a new editor instance. */
+Vis *vis_new(void);
/** Free all resources associated with this editor instance, terminates UI. */
void vis_free(Vis*);
/**