diff Core/Images/FontRegistry.h @ 1616:644c32c07306

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2015 16:00:50 +0200
parents 96582230ddcb
children b1291df2f780
line wrap: on
line diff
--- a/Core/Images/FontRegistry.h	Wed Sep 16 15:18:59 2015 +0200
+++ b/Core/Images/FontRegistry.h	Wed Sep 16 16:00:50 2015 +0200
@@ -38,7 +38,7 @@
 
 namespace Orthanc
 {
-  class FontRegistry
+  class FontRegistry : public boost::noncopyable
   {
   private:
     typedef std::vector<Font*>  Fonts;