]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
de.po
[lyx.git] / src / TextMetrics.h
index 26156fa100b48ae8fa439bacbe08f4d0c831dcf5..006836fb0a186b0f88795de6a1095a942aaaaf20 100644 (file)
@@ -33,6 +33,9 @@ class Text;
 /// A map from a Text to the map of paragraphs metrics
 class TextMetrics
 {
+       /// noncopyable
+       TextMetrics(TextMetrics const &);
+       void operator=(TextMetrics const &);
 public:
        /// Default constructor (only here for STL containers).
        TextMetrics() : bv_(0), text_(0), max_width_(0) {}