summaryrefslogtreecommitdiffhomepage
path: root/dinput
diff options
context:
space:
mode:
Diffstat (limited to 'dinput')
-rw-r--r--dinput/dinput.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/dinput.hpp b/dinput/dinput.hpp
index c9c55349..e3eb2758 100644
--- a/dinput/dinput.hpp
+++ b/dinput/dinput.hpp
@@ -38,7 +38,7 @@ public:
diptr operator->() const { return handle; }
operator bool() { return handle; }
- // for debugging bad usages
+ // for debugging bad usages. must use a dependent name.
template<typename t = void>
explicit operator void*() const
{