]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / layout.h
index 7359b2d4a065c09e8f1144739180c78783894514..723401e81bbdce9bc39ac49cf3b33d4ec71d8d2c 100644 (file)
@@ -210,7 +210,7 @@ public:
        ///
        string const & name() const { return name_; }
        ///
-       void name(string const & n) { name_ = n; }
+       void setName(string const & n) { name_ = n; }
        ///
        string const & obsoleted_by() const { return obsoleted_by_; }
        ///