]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
small up/down tweaking
[lyx.git] / src / mathed / ref_inset.h
index 852fc320d199cd61dee105ae560a092119188955..e3c9728e846c3dbd6897afdc64776e62f0424b1b 100644 (file)
@@ -1,9 +1,13 @@
 #ifndef REF_INSET_H
 #define REF_INSET_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "command_inset.h"
 
-// for \ref 
+// for \ref
 class RefInset : public CommandInset {
 public:
        ///
@@ -17,7 +21,7 @@ public:
        ///
        void infoize(std::ostream & os) const;
        ///
-       int dispatch(string const & cmd, idx_type idx, pos_type pos);
+       result_type dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
        ///
        string screenLabel() const;
        ///