Skip to content

Commit

Permalink
Apply Guichan's changes from 26e00ba1f8b4c1e9a6120bdfb32c563cc1d0bc99…
Browse files Browse the repository at this point in the history
… (Aug 21th 2008)

Fix whitespace and two of the same typos
  • Loading branch information
Jarod42 committed Aug 29, 2024
1 parent 7ff8be4 commit ff9faf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Continue rebasing from 417302b0a4d6b50ecb7534f4feee5d64964c3118
* Continue rebasing from 52798be09d6166fc81c227af068a74f6a07a899b
* Add a focus listener interface.
* Make focus apply synchronously.
* Graphics and input objects for DirectX.
Expand Down
4 changes: 2 additions & 2 deletions include/guisan/key.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ namespace gcn


/**
* Compares to keys.
* Compares two keys.
*
* @param key The key to compare this key with.
* @return True if the keys are equal, false otherwise.
*/
bool operator==(const Key& key) const;

/**
* Compares to keys.
* Compares two keys.
*
* @param key The key to compare this key with.
* @return True if the keys are not equal, false otherwise.
Expand Down

0 comments on commit ff9faf6

Please sign in to comment.