Skip to content

Commit 1231768

Browse files
author
Dmitry Chapyshev
committed
Fix build.
1 parent d182937 commit 1231768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/host/desktop_session_process.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public slots:
7070
#endif // defined(Q_OS_WINDOWS)
7171

7272
#if defined(Q_OS_LINUX)
73-
const pid_t pid_;
73+
pid_t pid_;
7474
#endif // defined(Q_OS_LINUX)
7575

7676
State state_ = State::STOPPED;

0 commit comments

Comments
 (0)