summaryrefslogtreecommitdiffhomepage
path: root/dinput/dinput.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-31 09:31:36 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-31 09:31:36 +0200
commit59b738a72a35c5b78f1d6c624b1f971b3992f7da (patch)
treeb6759f290e141fa1921bf2d2a8fdd8a4cb3c3d18 /dinput/dinput.hpp
parentc232e0af499f70d0d4a6503dac5b2e7c0f10fe16 (diff)
dinput: comment
Diffstat (limited to 'dinput/dinput.hpp')
-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
{