mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
LyXView: make it a pure virtual interface.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31458 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
783ba31467
commit
bfa58b211f
@ -44,8 +44,6 @@ namespace frontend {
|
|||||||
class LyXView
|
class LyXView
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
///
|
|
||||||
LyXView() {}
|
|
||||||
///
|
///
|
||||||
virtual ~LyXView() {}
|
virtual ~LyXView() {}
|
||||||
|
|
||||||
@ -86,11 +84,6 @@ public:
|
|||||||
/// even though the cursor moved. The update flags of \c cur might
|
/// even though the cursor moved. The update flags of \c cur might
|
||||||
/// be changed.
|
/// be changed.
|
||||||
virtual void updateCompletion(Cursor & cur, bool start, bool keep) = 0;
|
virtual void updateCompletion(Cursor & cur, bool start, bool keep) = 0;
|
||||||
|
|
||||||
private:
|
|
||||||
/// noncopyable
|
|
||||||
LyXView(LyXView const &);
|
|
||||||
void operator=(LyXView const &);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace frontend
|
} // namespace frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user