mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
360b94ee35
commit
3018614da1
@ -12,7 +12,8 @@
|
||||
#ifndef LYX_SUPPORT_PROGRESSINTERFACE_H
|
||||
#define LYX_SUPPORT_PROGRESSINTERFACE_H
|
||||
|
||||
class docstring;
|
||||
#include "support/strfwd.h"
|
||||
|
||||
class QString;
|
||||
|
||||
namespace lyx {
|
||||
|
Loading…
Reference in New Issue
Block a user