]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxmanip.h
one small private fix in mathed, put noncopyable and tie into boost namespace
[lyx.git] / src / support / lyxmanip.h
index 52dc69692aaf2f9bcf5e900e77a25b2aeb2f2851..9c066eaab342d17d5160e4f4581251b38d40b141 100644 (file)
@@ -9,7 +9,7 @@ struct NewLineAndDepth_ {
        int depth_;
 };
 
-//
+///
 inline
 NewLineAndDepth_ newlineAndDepth(int n)
 {
@@ -18,7 +18,7 @@ NewLineAndDepth_ newlineAndDepth(int n)
        return nlad_;
 }
 
-//
+///
 inline
 std::ostream & operator<<(std::ostream & os, NewLineAndDepth_ const & nlad_)
 {
@@ -26,4 +26,7 @@ std::ostream & operator<<(std::ostream & os, NewLineAndDepth_ const & nlad_)
        return os;
 }
 
+///
+std::string fmt(char const * fmtstr ...);
+
 #endif