]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Prettify the tooltip for footnotes.
[lyx.git] / src / insets / Inset.h
index 4b450c10ddcbb6d28c04f973cd3cf6f6e420fd1a..8165b4c7c13ac3df7b366ea7762d9512b740f436 100644 (file)
@@ -127,7 +127,7 @@ public:
          * Intented purpose is to sanitize internal state with regard to current
          * Buffer. 
          **/
-       virtual void initView() {};
+       virtual void initView() {}
        /// \return true if this inset is labeled.
        virtual bool isLabeled() const { return false; }