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 18, 2024
1 parent 4fe03dc commit eab52f8
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 eab52f8

Please sign in to comment.