Code Cleanup - termDispatch.hpp & adaptDispatch.hpp overrides #1211

Open
opened 2026-01-30 22:19:16 +00:00 by claunia · 0 comments
Owner

Originally created by @dlong11 on GitHub (May 19, 2019).

Originally assigned to: @subhasan on GitHub.

Minor code cleanup

The ITermDispatch overridden methods in terminal/src/terminal/adapter/termDispatch.hpp & terminal/src/terminal/adapter/adaptDispatch.hpp do not follow
C.128: Virtual functions should specify exactly one of virtual, override, or final guideline.

Originally created by @dlong11 on GitHub (May 19, 2019). Originally assigned to: @subhasan on GitHub. Minor code cleanup The ITermDispatch overridden methods in terminal/src/terminal/adapter/termDispatch.hpp & terminal/src/terminal/adapter/adaptDispatch.hpp do not follow [C.128: Virtual functions should specify exactly one of virtual, override, or final guideline. ](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c128-virtual-functions-should-specify-exactly-one-of-virtual-override-or-final)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1211