Skip to content

Commit f8def47

Browse files
authored
Merge pull request #17 from Pennywise007/issue_15_dd_fix
2 parents e41b171 + 8f9078b commit f8def47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Simulator/include/IbInputSimulator/SendTypes

Simulator/include/IbInputSimulator/SendTypes/DD.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "base.hpp"
55

66
namespace Send::Type::Internal {
7-
class DD final : virtual public Base, public VirtualKeyStates {
7+
class DD final : public VirtualKeyStates {
88
KeyboardModifiers modifiers;
99
std::mutex keyboard_mutex;
1010

0 commit comments

Comments
 (0)