mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Capture by-val in Retranslator macro.
This commit is contained in:
parent
688cc8f798
commit
8575240b95
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ private:
|
||||||
} // namespace CalamaresUtils
|
} // namespace CalamaresUtils
|
||||||
|
|
||||||
#define CALAMARES_RETRANSLATE(a) \
|
#define CALAMARES_RETRANSLATE(a) \
|
||||||
CalamaresUtils::Retranslator::attachRetranslator( this, [this] { a } );
|
CalamaresUtils::Retranslator::attachRetranslator( this, [=] { a } );
|
||||||
|
|
||||||
#endif // CALAMARESUTILS_RETRANSLATOR_H
|
#endif // CALAMARESUTILS_RETRANSLATOR_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue