]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / toc.h
index a267a87dbeaeb8a6d634a3832de8ad4150c40bd9..9c83b32b7742499b4e04bea214d642dbf05ec9ae 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -29,7 +29,8 @@ namespace lyx {
 namespace toc {
 
 ///
-struct TocItem {
+class TocItem {
+public:
        TocItem(int par_id, int d, std::string const & s)
                : id_(par_id), depth(d), str(s) {}
        ///