We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e41b171 + 8f9078b commit f8def47Copy full SHA for f8def47
1 file changed
Simulator/include/IbInputSimulator/SendTypes/DD.hpp
@@ -4,7 +4,7 @@
4
#include "base.hpp"
5
6
namespace Send::Type::Internal {
7
- class DD final : virtual public Base, public VirtualKeyStates {
+ class DD final : public VirtualKeyStates {
8
KeyboardModifiers modifiers;
9
std::mutex keyboard_mutex;
10
0 commit comments