]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Timeout_pimpl.h
ws cleanup
[lyx.git] / src / frontends / gnome / Timeout_pimpl.h
index edd9a69001080f27b95d0fef41e99e1dcb622272..1979041a7e7beb39496f4d8acb5eacb8624b0392 100644 (file)
@@ -31,10 +31,10 @@ public:
        /// stop the timer
        void stop();
        /// reset
-        void reset();
-        /// Is the timer running?
-        bool running() const;
-  
+       void reset();
+       /// Is the timer running?
+       bool running() const;
+
 
 public:
        /// The timeout signal, this gets called when the timeout passed.
@@ -44,8 +44,8 @@ private:
        Timeout * owner_;
        /// Timer connection
        SigC::Connection conn_;
-        /// Used for running as SigC::Connection::connected() isn't const
-        bool running_;
+       /// Used for running as SigC::Connection::connected() isn't const
+       bool running_;
 };
 
 #endif