mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Fix structure name in documentation
This commit is contained in:
parent
cf79498c5e
commit
37c873466f
@ -48,7 +48,7 @@ class RWops;
|
||||
////////////////////////////////////////////////////////////
|
||||
class Font {
|
||||
private:
|
||||
TTF_Font* font_; ///< Contained SDL_Font structure
|
||||
TTF_Font* font_; ///< Contained TTF_Font structure
|
||||
|
||||
public:
|
||||
////////////////////////////////////////////////////////////
|
||||
@ -112,9 +112,9 @@ public:
|
||||
Font& operator=(const Font&) = delete;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Get pointer to contained SDL_Font structure
|
||||
/// \brief Get pointer to contained TTF_Font structure
|
||||
///
|
||||
/// \returns Pointer to contained SDL_Font structure
|
||||
/// \returns Pointer to contained TTF_Font structure
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
TTF_Font* Get() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user