]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlCitation.h
Implemented controller-view split for FormError and FormInclude.
[lyx.git] / src / frontends / controllers / ControlCitation.h
index 166264ec5ed297fefd4fe3d7fa0212ef6ed3b705..26ff36da4aaaa15c01ee69e458c5f7b63425d0f7 100644 (file)
@@ -55,8 +55,8 @@ public:
            Empty if no info exists. */
        string const getBibkeyInfo(string const &);
 private:
-       /// Clean up, then hide dialog.
-       virtual void clearParams();
+       /// clean-up any daughter class-particular data on hide.
+       virtual void clearDaughterParams();
        /// The info associated with each key
        InfoMap bibkeysInfo_;
 };