fixed windows build, dont export the pure virtual interface

This commit is contained in:
Patrick von Reth 2012-01-08 14:01:12 +01:00
parent c9242ad8e2
commit 47c036cfe1

View file

@ -23,7 +23,7 @@ namespace Okular {
* This interface can be used to control some more or less advanced features of a document
* viewer.
*/
class OKULAR_EXPORT ViewerInterface
class ViewerInterface
{
public:
virtual ~ViewerInterface() {}