aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/graphics/Font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mglpp/graphics/Font.hpp')
-rw-r--r--include/mglpp/graphics/Font.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mglpp/graphics/Font.hpp b/include/mglpp/graphics/Font.hpp
index ca6a146..afba8d3 100644
--- a/include/mglpp/graphics/Font.hpp
+++ b/include/mglpp/graphics/Font.hpp
@@ -22,6 +22,8 @@ namespace mgl {
class Font {
public:
Font();
+ Font(const Font&) = delete;
+ Font& operator=(const Font&) = delete;
~Font();
bool load_from_file(const MemoryMappedFile &mapped_file, unsigned int character_size);