]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.cpp
Pass BufferParams by address
[features.git] / src / insets / InsetTabular.cpp
index 70f691917b8a6ce26e94cf45de9325c219b80f4e..a0a86f54a5a8986c4aa04d45d90e5910c6a85246 100644 (file)
@@ -451,7 +451,7 @@ bool getTokenValue(string const & str, char const * token, Length & len)
 }
 
 
-bool getTokenValue(string const & str, char const * token, Change & change, BufferParams bp)
+bool getTokenValue(string const & str, char const * token, Change & change, BufferParams bp)
 {
        // set the change to be Change() as default as this it should be if not
        // in the file format.
@@ -574,7 +574,7 @@ string const write_attribute(string const & name, Length const & value)
        return value.zero() ? string() : write_attribute(name, value.asString());
 }
 
-string const write_attribute(string const & name, Change const & change, BufferParams const bp)
+string const write_attribute(string const & name, Change const & change, BufferParams const bp)
 {
        odocstringstream ods;
        if (change.inserted())