]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPreview.h
InsetSpace support for
[lyx.git] / src / insets / InsetPreview.h
index 439740a4f734bf3fe5ccc08ba45cddf78e9322d4..039b8e2f45ac06a7b43367853da23136718a7eb5 100644 (file)
@@ -45,7 +45,7 @@ public:
        
        InsetCode lyxCode() const { return PREVIEW_CODE; }
        
-       docstring name() const { return from_ascii("Preview"); }
+       docstring layoutName() const { return from_ascii("Preview"); }
        
        bool descendable(BufferView const & /*bv*/) const { return true; }