]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/Dialog.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / Dialog.h
index ca2a3df940ca83b45c89170bfa0062f4d5a17ce1..cae33a60434fad3cd3edd70adfba0205ab4c4901 100644 (file)
@@ -221,7 +221,7 @@ public:
         *  dialog therefore needs updating.
         *  \param id identifies what should be updated.
         */
-       virtual void partialUpdate(int /* id */) {}
+       virtual void partialUpdate(int id);
 
        /// sets the title of the dialog (window caption)
        void setTitle(string const &);