]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.cpp
Fix a couple unused variable warnings.
[lyx.git] / src / insets / InsetScript.cpp
index b85b36ee13d8e32f476ccdedd431b66ddc494788..32c83ff161eb2a106ae89eb5760a63ab1eb7531f 100644 (file)
@@ -143,7 +143,7 @@ InsetScript::~InsetScript()
 }
 
 
-docstring InsetScript::name() const 
+docstring InsetScript::layoutName() const
 {
        return from_ascii("script:" + scripttranslator().find(params_.type));
 }