]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/BCView.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / BCView.C
index a8957483afb9bdf5120edeb007f89b7a29ad5962..cbfe78f976c89a8263423e8c3c325a199ffd7d50 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -13,6 +13,8 @@
 #include "BCView.h"
 #include "ButtonController.h"
 
+namespace lyx {
+namespace frontend {
 
 CheckedWidget::~CheckedWidget()
 {}
@@ -50,3 +52,6 @@ bool BCView::checkWidgets() const
        // return valid status after checking ALL widgets
        return valid;
 }
+
+} // namespace frontend
+} // namespace lyx