fixed windows build, dont export the pure virtual interface

remotes/origin/KDE/4.9
Patrick von Reth 14 years ago
parent c9242ad8e2
commit 47c036cfe1
  1. 2
      interfaces/viewerinterface.h

@ -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() {}

Loading…
Cancel
Save