]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / command_inset.C
index 5c070513c8941243fb42d8c246d72e9dde2837e2..22e56af1736a242820d2de35ebed88adb711e4c7 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "command_inset.h"
 #include "math_mathmlstream.h"
@@ -30,7 +27,7 @@ MathInset * CommandInset::clone() const
 }
 
 
-MathInset::result_type
+dispatch_result
 CommandInset::dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos)
 {
        switch (cmd.action) {