]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/io_callback.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / io_callback.h
index db4362ba6f3451b499dd35b4a877d1081f9ace0d..4edb5e53737a260c64a6252eea2f41207be0557a 100644 (file)
@@ -31,7 +31,7 @@ public:
        /// connect a connection notification from the LyXServerSocket
        io_callback(int fd, boost::function<void()> func);
 private:
-        bool data_received(Glib::IOCondition);
+       bool data_received(Glib::IOCondition);
        /// our notifier
        sigc::connection conn_;
        /// The callback function