]> git.lyx.org Git - features.git/blobdiff - src/frontends/Dialogs.h
merge ButtonController and its view (Qt2BC in this case)
[features.git] / src / frontends / Dialogs.h
index 3286c525d52cacde8f7c0582b3fdfaa584901490..335bd3f31d978781955cf912ac2c23b18d0606cb 100644 (file)
@@ -104,7 +104,7 @@ private:
        ///
        typedef boost::shared_ptr<Dialog> DialogPtr;
        ///
-       DialogPtr build(std::string const & name);
+       Dialog * build(std::string const & name);
 
        ///
        LyXView & lyxview_;