]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ButtonPolicies.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ButtonPolicies.h
index 09c739640d17462a03291f982cc0c4c41f75b414..654f78049fae10f77b7917cf6f8c54adf9ba02ed 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /*
  * \file ButtonPolicies.h
  * \author Allan Rae, rae@lyx.org
@@ -68,7 +69,7 @@
 
     The IgnorantPolicy is a special case that allows anything.
  */
-class ButtonPolicy : public boost::noncopyable {
+class ButtonPolicy : boost::noncopyable {
 public:
        ///
        virtual ~ButtonPolicy() {}