]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ViewBase.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ViewBase.h
index 1e233614a1e409ac44ef8269c4d08159007b3227..f84cf426f02fa65634fd2fad666ed85de71549a3 100644 (file)
@@ -35,6 +35,8 @@ public:
        virtual void show() = 0;
        /// Update dialog before/whilst showing it.
        virtual void update() = 0;
+       /// build the dialog
+       virtual void build() = 0;
 
        /** These shortcuts allow (e.g. xform's) global callback functions
            access to the buttons without making the whole controller_ public.