diff options
Diffstat (limited to 'app-office/kspread/files/kspread-1.4.2-gcc41.patch')
-rw-r--r-- | app-office/kspread/files/kspread-1.4.2-gcc41.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/kspread/files/kspread-1.4.2-gcc41.patch b/app-office/kspread/files/kspread-1.4.2-gcc41.patch new file mode 100644 index 000000000000..0477c74d1e1f --- /dev/null +++ b/app-office/kspread/files/kspread-1.4.2-gcc41.patch @@ -0,0 +1,11 @@ +--- kspread-1.4.2/kspread/kspread_cell.h 2005-10-05 12:31:33.000000000 +0200 ++++ kspread-1.4.2-gcc41/kspread/kspread_cell.h 2005-12-02 15:05:50.336931500 +0100 +@@ -596,7 +596,7 @@ + * + * @return the cell that decides the format for the cell in question. + */ +- KSpreadCell *KSpreadCell::ultimateObscuringCell() const; ++ KSpreadCell *ultimateObscuringCell() const; + + /** + * @return the obscuring cell list (might be empty) |