Git: Fix compile on Linux

Amends 228f6d04af.

Change-Id: I7a839bf89798c4fa3249d0538c7ddbb36b69400c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2020-07-14 13:15:13 +02:00
parent ddc5afc4ec
commit 4ad5fc51ba

View File

@@ -72,7 +72,7 @@ private:
class RebaseAction class RebaseAction
{ {
public: public:
const QRegularExpression exp; QRegularExpression exp;
Format formatCategory; Format formatCategory;
RebaseAction(const QString &regexp, const Format formatCategory); RebaseAction(const QString &regexp, const Format formatCategory);
}; };