compile fix (missing forward declaration)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23723 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-03-14 19:51:42 +00:00
parent afc94c736f
commit 90a17377f2

View File

@ -20,6 +20,7 @@
#include <vector> #include <vector>
class QString; class QString;
class QMenuBar;
namespace lyx { namespace lyx {