]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.h
Tweak layout in GToc
[lyx.git] / src / DepTable.h
index 6148f67736507a140c768734bf38d61d91a45ba8..60be88527befc12983d2452fac308d5e8f90e0e7 100644 (file)
@@ -14,6 +14,7 @@
 #define DEP_TABLE_H
 
 #include <map>
+#include <string>
 
 ///
 class DepTable {
@@ -45,7 +46,8 @@ public:
        void remove_file(std::string const &);
 private:
        ///
-       struct dep_info {
+       class dep_info {
+       public:
                /// Previously calculated CRC value
                unsigned long crc_prev;
                /// Current CRC value - only re-computed if mtime has changed.