On *nix, a proper forward definition of docstring is necessary for

overriding a pure virtual method (part of bug #8032).
I wonder why it was working on Windows and why it works for QString.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40783 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2012-02-19 21:44:47 +00:00
parent 360b94ee35
commit 3018614da1

View File

@ -12,7 +12,8 @@
#ifndef LYX_SUPPORT_PROGRESSINTERFACE_H
#define LYX_SUPPORT_PROGRESSINTERFACE_H
class docstring;
#include "support/strfwd.h"
class QString;
namespace lyx {