diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-31 09:31:36 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-31 09:31:36 +0200 | 
| commit | 59b738a72a35c5b78f1d6c624b1f971b3992f7da (patch) | |
| tree | b6759f290e141fa1921bf2d2a8fdd8a4cb3c3d18 /dinput | |
| parent | c232e0af499f70d0d4a6503dac5b2e7c0f10fe16 (diff) | |
dinput: comment
Diffstat (limited to 'dinput')
| -rw-r--r-- | dinput/dinput.hpp | 2 | 
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      {  | 
