]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.h
fix some C++ parsing bugs
[lyx.git] / src / DepTable.h
index e9a12a6fadbae89b4c167f3ea1dbb04a5b1b84ed..9efe5c7612fb76183a13c3a4fb42e93e539e0859 100644 (file)
 #include "LString.h"
 #include <map>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 ///
 class DepTable {
 public:
@@ -36,8 +32,8 @@ public:
 
        ///
        void write(string const & f) const;
-       ///
-       void read(string const & f);
+       /// returns true if dep file was read successfully
+       bool read(string const & f);
        /// returns true if any of the files has changed
        bool sumchange() const;
        /// return true if fil has changed.