Missing EXPORT macro

This commit is contained in:
Olivier Goffart 2015-06-23 00:53:32 +02:00
parent bb85db6cc5
commit c56cb2235c
2 changed files with 4 additions and 2 deletions

View file

@ -16,10 +16,12 @@
#ifndef MIRALL_CREDS_COMMON_H
#define MIRALL_CREDS_COMMON_H
#include "owncloudlib.h"
namespace OCC
{
int handleNeonSSLProblems(const char* prompt,
OWNCLOUDSYNC_EXPORT int handleNeonSSLProblems(const char* prompt,
char* buf,
size_t len,
int echo,

View file

@ -19,7 +19,7 @@
namespace OCC
{
class DummyCredentials : public AbstractCredentials
class OWNCLOUDSYNC_EXPORT DummyCredentials : public AbstractCredentials
{
Q_OBJECT