]> git.lyx.org Git - lyx.git/blobdiff - src/ShareContainer.h
Fix fuer #209
[lyx.git] / src / ShareContainer.h
index 8dd3d9706d61180ffed568fd557c14f4488c1fe7..b36d1b652f18de260e98da79a26163e9d5051b43 100644 (file)
@@ -17,7 +17,7 @@
    \author Lars Gullik Bjønnes
 */
 template<class Share>
-class ShareContainer : public boost::noncopyable {
+class ShareContainer : boost::noncopyable {
 public:
        ///
        typedef std::vector<boost::shared_ptr<Share> > Params;