Skip to content

Commit

Permalink
Fix the name of the include guard for TextInputContext and TextInputH…
Browse files Browse the repository at this point in the history
…andler.
  • Loading branch information
ShawnCZek committed Jun 30, 2024
1 parent f3bb2bc commit fa4d3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Include/RmlUi/Core/TextInputContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
*
*/

#ifndef TEXTINPUTCONTEXT_H
#define TEXTINPUTCONTEXT_H
#ifndef RMLUI_CORE_TEXTINPUTCONTEXT_H
#define RMLUI_CORE_TEXTINPUTCONTEXT_H

#include <RmlUi/Core/StringUtilities.h>

Expand Down
4 changes: 2 additions & 2 deletions Include/RmlUi/Core/TextInputHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
*
*/

#ifndef TEXTINPUTHANDLER_H
#define TEXTINPUTHANDLER_H
#ifndef RMLUI_CORE_TEXTINPUTHANDLER_H
#define RMLUI_CORE_TEXTINPUTHANDLER_H

namespace Rml {

Expand Down

0 comments on commit fa4d3bc

Please sign in to comment.