aboutsummaryrefslogtreecommitdiff
path: root/src/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.hpp b/src/utils.hpp
index 0650ac2..fbe5597 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -8,4 +8,4 @@
template <typename Arg> void METHOD(Arg val) { PROPERTY = val; }
#define DEFINE_GETTER(METHOD, EXPR) \
- template <typename Arg> decltype(auto) METHOD() { return EXPR; }
+ decltype(auto) METHOD() { return EXPR; }