Skip to content

infinite recursion warning #221

@kyomawolf

Description

@kyomawolf

In Window.hpp line 359 function references itself due to missing columns leading to "infinite Recursion" warning under clang 12.
Possible Fix:
SetClipboardText(text.c_str()); -> ::SetClipboardText(text.c_str());
Similar problem with the function below.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions