]> git.lyx.org Git - lyx.git/blobdiff - src/support/utility.hpp
export patch from Dekel
[lyx.git] / src / support / utility.hpp
index cdbcb3529e37717e3be642bdcb5284922ade9c49..4ee99278b536988d06a2a758a799b8439df8c147 100644 (file)
 
     //  Contributed by Dave Abrahams
 
-    class noncopyable
-    {
-    protected:
+class noncopyable
+{
+protected:
         noncopyable(){}
-    private:  // emphasize the following members are private
+private:  // emphasize the following members are private
         noncopyable( const noncopyable& );
         const noncopyable& operator=( const noncopyable& );
-    }; // noncopyable
+}; // noncopyable
 
 //} // namespace boost