just make everybody recomplie everything.....

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8946 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2004-08-15 21:20:58 +00:00
parent a6d72f732b
commit 1af89221c3

View File

@ -184,6 +184,13 @@ private:
/// are we on the way to get one?
bool mark_;
public:
/// the actual cursor position
int xo_;
int yo_;
private:
//
// math specific stuff that could be promoted to "global" later
//