]> git.lyx.org Git - features.git/blobdiff - src/insets/insetparent.C
All changes I made to have text-insets working. Look at the Changelog
[features.git] / src / insets / insetparent.C
index cca6c089bd3b5b959f083ed66480e49aef9c083a..0fd046ddabfbb9911a184b2281c8794ea12b0509 100644 (file)
@@ -35,10 +35,10 @@ InsetParent::InsetParent(string const & fn, Buffer * owner)
 }
 
 
-void InsetParent::Edit(BufferView * bv, int, int)
+void InsetParent::Edit(BufferView * bv, int, int, unsigned int)
 {    
-       bv->owner()->getLyXFunc()->Dispatch(LFUN_CHILDOPEN, 
-                                           getContents().c_str());
+       bv->owner()->getLyXFunc()->
+               Dispatch(LFUN_CHILDOPEN, getContents().c_str());
 }