]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_symbols.C
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / mathed / math_symbols.C
index 72b103638db1b97b7bb5e1cb21270cd1425f2d7a..347424bf3e7d3dcc2528c6081ef578cc79175b32 100644 (file)
@@ -362,7 +362,7 @@ void math_insert_symbol(char const* s)
 {
    if (current_view->available())   {
       if (!current_view->buffer()->the_locking_inset) {
-        InsetFormula* new_inset = new InsetFormula();
+        InsetFormula * new_inset = new InsetFormula();
         BeforeChange();
         current_view->buffer()->insertInset(new_inset);
 //      Update(1);//BUG