]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathExtern.cpp
Move <algorithm> from DocIterator.h
[lyx.git] / src / mathed / MathExtern.cpp
index 092de56ee519f169f00f5febdcc40093b96b592b..4d53b28245679d47f90fbad8591f7395c9339601 100644 (file)
@@ -1454,7 +1454,7 @@ void writeString(docstring const & s, WriteStream & os)
                                case WriteStream::wsDefault:
                                default:
                                        // throw again
-                                       throw(e);
+                                       throw;
                                }
                        }
                }
@@ -1528,7 +1528,7 @@ void writeString(docstring const & s, WriteStream & os)
                        case WriteStream::wsDefault:
                        default:
                                // throw again
-                               throw(e);
+                               throw;
                        }
                }
        }