]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / ref_inset.C
index aad5513748490ae53b49934e0439e230a376f924..520b6a0c867ecd129f65ba20fa96270aa92aeb04 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include <config.h>
 
@@ -39,7 +36,7 @@ void RefInset::infoize(std::ostream & os) const
 }
 
 
-MathInset::result_type
+dispatch_result
 RefInset::dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos)
 {
        switch (cmd.action) {