Bo Peng wrote:
-void InsetBibtex::createBibFiles(docstring const & bibParam,
- docstring const & embedParam) const
-{
+void InsetBibtex::createBibFiles() const
+{
+ // need to do this to keep old info while also not
+ // copying over any files that have been deleted.
+
> -void InsetBibtex::createBibFiles(docstring const & bibParam,
> - docstring const & embedParam) const
> -{
> +void InsetBibtex::createBibFiles() const
> +{
> + // need to do this to keep old info while also not
> + // copying over any files that have been deleted.
> +