]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetref.h
index d2beb0e338119cbad71665b858df1e7558c25dcb..239d3317f0e748514a8bcb304d0a83f1aae2a6ea 100644 (file)
 #ifndef INSET_REF_H
 #define INSET_REF_H
 
-
 #include "insetcommand.h"
 
-struct LaTeXFeatures;
 
-/** The reference inset
- */
+/// The reference inset
 class InsetRef : public InsetCommand {
 public:
        struct type_info {
@@ -68,9 +65,7 @@ public:
        void validate(LaTeXFeatures & features) const;
 protected:
        ///
-       virtual
-       DispatchResult
-       priv_dispatch(LCursor & cur, FuncRequest const & cmd);
+       void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 private:
        ///
        bool isLatex;