cpp: Export KeyListModeSaver
* lang/cpp/src/context.h (Context::KeyListModeSaver): Add Export. -- This is required for Windows.
This commit is contained in:
parent
f72cf726ca
commit
f3011b5a19
@ -65,7 +65,7 @@ public:
|
|||||||
//using GpgME::Protocol;
|
//using GpgME::Protocol;
|
||||||
|
|
||||||
/// RAII-style class for saving/restoring the key list mode.
|
/// RAII-style class for saving/restoring the key list mode.
|
||||||
class KeyListModeSaver
|
class GPGMEPP_EXPORT KeyListModeSaver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit KeyListModeSaver(Context *ctx);
|
explicit KeyListModeSaver(Context *ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user