]> git.lyx.org Git - features.git/blobdiff - src/frontends/Application.h
Rename class socket_callback into SocketCallback; adjust buidl systems;
[features.git] / src / frontends / Application.h
index cb8526cd08161db4ec35fc357aa92f86b4f5f0d2..3907669f07767475872e9f764e13e073be1987cc 100644 (file)
@@ -153,7 +153,7 @@ public:
        /// Start the main event loop.
        /// The batch command is programmed to be execute once
        /// the event loop is started.
-       virtual int const exec() = 0;
+       virtual int exec() = 0;
 
        /// Quit running LyX.
        /**