]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hullinset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_hullinset.C
index dfefb4faeb9cd6d4ac40976cdbda990ab368c885..5d52dfd0bafd282e66a72c1d75dca9ea29bfb344 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_hullinset.h"
 #include "math_mathmlstream.h"
@@ -746,7 +743,7 @@ void MathHullInset::doExtern
 }
 
 
-MathInset::result_type MathHullInset::dispatch
+dispatch_result MathHullInset::dispatch
        (FuncRequest const & cmd, idx_type & idx, pos_type & pos)
 {
        switch (cmd.action) {