Skip to content

Commit

Permalink
Fix readability-inconsistent-declaration-parameter-name
Browse files Browse the repository at this point in the history
By fixing a typo.
  • Loading branch information
MiKom committed Jul 17, 2024
1 parent 07880a9 commit c49523b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class LinuxWaylandPlatformOutput;
class KDGUI_API LinuxWaylandPlatformWindow : public AbstractPlatformWindow
{
public:
explicit LinuxWaylandPlatformWindow(LinuxWaylandPlatformIntegration *platformIntegraton,
explicit LinuxWaylandPlatformWindow(LinuxWaylandPlatformIntegration *platformIntegration,
Window *window);

LinuxWaylandPlatformWindow() = delete;
Expand Down

0 comments on commit c49523b

Please sign in to comment.