]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlSendto.h
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlSendto.h
index d10a440f19e6801cb769f0fa0f1f787cb2efc69f..55c38ceae539959dd51b126dc5185d5311d5b424 100644 (file)
@@ -34,6 +34,8 @@ public:
        virtual void dispatchParams();
        ///
        virtual bool isBufferDependent() const { return true; }
+       ///
+       virtual kb_action getLfun() const { return LFUN_EXPORT_CUSTOM; }
 
        /// Return a vector of those formats that can be exported from "lyx".
        std::vector<Format const *> const allFormats() const;