aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-22 09:44:34 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-05-22 09:44:34 +1000
commitac553a459689c46897de7569cee5957c86b78163 (patch)
tree7fbc2b11fc371cdec7ed1b5cdbeb2224d429cace /include
parent6c597c00018bae44076e97404c3a65bac537662d (diff)
Replace empty argument with void
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 64e8634a..493c70e2 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -221,6 +221,6 @@ void container_notify_child_title_changed(struct sway_container *container);
/**
* Return the height of a regular title bar.
*/
-size_t container_titlebar_height();
+size_t container_titlebar_height(void);
#endif