]> git.lyx.org Git - lyx.git/blobdiff - src/table.h
use the new sstream return non-pods as const, use string instead of char * in a lot...
[lyx.git] / src / table.h
index 68b93307c2e3ff88695c641823653ca9ad44c623..27c9b7c9a33cca503639145be04640217f08c084 100644 (file)
@@ -170,9 +170,9 @@ public:
     ///
     char GetAlignment(int cell); // add approp. signedness
     ///
-    string GetPWidth(int cell);
+    string const GetPWidth(int cell);
     ///
-    string GetAlignSpecial(int cell, int what);
+    string const GetAlignSpecial(int cell, int what);
     
     ///
     int GetWidthOfCell(int cell);