mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
Fix compilation with CMake on linux. (Am I the only one having this problem ?).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33197 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c1e79cde53
commit
5d91b83813
@ -13,9 +13,10 @@
|
||||
#define SYSTEMCALLPRIVATE_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
namespace support {
|
||||
|
||||
@ -30,7 +31,7 @@ class SystemcallPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SystemcallPrivate(const std::string& outfile);
|
||||
SystemcallPrivate(std::string const & outfile);
|
||||
~SystemcallPrivate();
|
||||
|
||||
/// Should the standard output be displayed?
|
||||
|
Loading…
Reference in New Issue
Block a user