Skip to content

Commit

Permalink
GRAPHICS: Make NFTRFont::Glyph copy constructors explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 28, 2020
1 parent 26dc8ad commit 190e3a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics/aurora/nftrfont.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class NFTRFont : public Graphics::Font, public ::Aurora::NitroFile {
uint32_t character;

Glyph();
Glyph(const Glyph &glyph) = default;
~Glyph();
};

Expand Down

0 comments on commit 190e3a1

Please sign in to comment.