]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.C
fix #832
[lyx.git] / src / insets / insetnote.C
index ce8f14ee1a9ea49050b344f3eb40fa66cc37f502..1a4253d5c846a07c07017019ee670c16469f89cd 100644 (file)
@@ -65,7 +65,7 @@ string const InsetNote::editMessage() const
 }
 
 
-void InsetNote::write(Buffer const *buf, ostream & os) const
+void InsetNote::write(Buffer const * buf, ostream & os) const
 {
        os << getInsetName() << "\n";
        InsetCollapsable::write(buf, os);