]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderBase.h
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / RenderBase.h
index 3244f1542224af81fa6e09fb40803b8bf551b421..7cb10a83a68a5d010eabf12c01a7ec843807dde6 100644 (file)
@@ -38,7 +38,7 @@ public:
        /// draw inset and update (xo, yo)-cache
        virtual void draw(PainterInfo & pi, int x, int y) const = 0;
        ///
-       Dimension const & dimension() const { return dim_; };
+       Dimension const & dimension() const { return dim_; }
 
        /// render state, exact meaning of state is render-specific
        void setRenderState(bool state) { state_ = state; }