Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 20, 2021
1 parent 2146163 commit ac4a43a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opengl/DearImGui.hpp
Expand Up @@ -43,22 +43,22 @@ class ImGuiWidget : public BaseWidget,
{
public:
/**
Constructor for a NanoSubWidget.
Constructor for a ImGuiSubWidget.
*/
explicit ImGuiWidget(Widget* parentGroupWidget);

/**
Constructor for a NanoTopLevelWidget.
Constructor for a ImGuiTopLevelWidget.
*/
explicit ImGuiWidget(Window& windowToMapTo);

/**
Constructor for a NanoStandaloneWindow without transient parent window.
Constructor for a ImGuiStandaloneWindow without transient parent window.
*/
explicit ImGuiWidget(Application& app);

/**
Constructor for a NanoStandaloneWindow with transient parent window.
Constructor for a ImGuiStandaloneWindow with transient parent window.
*/
explicit ImGuiWidget(Application& app, Window& transientParentWindow);

Expand Down

0 comments on commit ac4a43a

Please sign in to comment.