Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kimkulling/osre
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Sep 19, 2023
2 parents f2281e0 + 4224277 commit 88108e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/osre/Platform/AbstractWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class OSRE_EXPORT AbstractWindow {
Hidden ///< Window is hidden.
};

/// @brief WIll set the windows show state
/// @brief Will set the windows show state
/// @param[in] showState The new show.state
virtual void showWindow(ShowState showState) = 0;

Expand Down
1 change: 1 addition & 0 deletions include/osre/Properties/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class OSRE_EXPORT Settings {
/// @return
String getKeyAsString( ConfigKey key ) const;


/// @brief Clears the whole map.
void clear();

Expand Down

0 comments on commit 88108e6

Please sign in to comment.