]> git.lyx.org Git - features.git/blob - src/frontends/controllers/BCView.cpp
Embedding: fix a few embedding bugs
[features.git] / src / frontends / controllers / BCView.cpp
1 /**
2  * \file BCView.cpp
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Angus Leeming
7  *
8  * Full author contact details are available in file CREDITS.
9  */
10
11 #include <config.h>
12
13 #include "BCView.h"
14 #include "ButtonController.h"
15
16 namespace lyx {
17 namespace frontend {
18
19 ButtonPolicy const & BCView::bp() const { return parent.policy(); }
20 ButtonPolicy & BCView::bp() { return parent.policy(); }
21
22
23 } // namespace frontend
24 } // namespace lyx