aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 2b9eb636..8446c457 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -296,7 +296,8 @@ static struct sway_container *container_output_destroy(
/**
* Implement the actual destroy logic, without reaping.
*/
-struct sway_container *container_destroy_noreaping(struct sway_container *con) {
+static struct sway_container *container_destroy_noreaping(
+ struct sway_container *con) {
if (con == NULL) {
return NULL;
}