X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=a094fb9adabb2eedd05c6af9beb15add9a6b96f8;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=6148f67736507a140c768734bf38d61d91a45ba8;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index 6148f67736..a094fb9ada 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -14,6 +14,10 @@ #define DEP_TABLE_H #include +#include + + +namespace lyx { /// class DepTable { @@ -45,7 +49,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. @@ -61,4 +66,7 @@ private: DepList deplist; }; + +} // namespace lyx + #endif