aboutsummaryrefslogtreecommitdiff
path: root/backend/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/util.h')
-rw-r--r--backend/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/util.h b/backend/util.h
index d278eb1..f1e7bab 100644
--- a/backend/util.h
+++ b/backend/util.h
@@ -1,7 +1,7 @@
#pragma once
template <typename T>
-void safe_free(T * & ptr);
+void safe_free(T ** ptr);
template <typename T>
inline T min(const T &, const T &);