]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.h
some fixes to prev patch
[lyx.git] / src / frontends / Menubar.h
index 1d01b0ef86903d9235b612e881264cd57e5305bc..4d24b4deca03277fa58c3201c8e3c1d4e7cb0ad5 100644 (file)
@@ -39,10 +39,11 @@ public:
 
 
        //I disable this temporarily until I find a nice way to make it work
-       //with compaq cxx.
-//private:
+       //with compaq cxx. (Jean-Marc)
+       // Is this a new comment? (Lgb)
        struct Pimpl;
        friend struct Pimpl;
+private:
        Pimpl * pimpl_;
 };
 #endif