]> git.lyx.org Git - lyx.git/blobdiff - src/support/trivstring.cpp
repair Cursor::x_target mechanism (#10168)
[lyx.git] / src / support / trivstring.cpp
index c780aa7f6d4eab9037fee46c7b5c41e0e17b8a82..127a8d30b5d71cda3e2295dba6895469c3854607 100644 (file)
@@ -187,6 +187,8 @@ trivial_string<Char>::operator _stdstring() const
 }
 
 
+template char const * trivial_string<char>::c_str() const;
+template char_type const * trivial_string<char_type>::c_str() const;
 template<typename Char> Char const * trivial_string<Char>::c_str() const
 {
        if (use_sso())