commit 4de137e02161ef8188775d50fe5dc8d9e9bb2216 parent 5354988317f07e436f23c4022992b09623ef1322 Author: Ryan Dwyer <ryandwyer1@gmail.com> Date: Tue, 22 May 2018 09:44:34 +1000 Replace empty argument with void Diffstat:
| M | include/sway/tree/container.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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