r16862 by jghali - fix link issue of scribus150format plugin on win32
scribus-commit
scribus-commit at lists.scribus.net
Thu Sep 29 21:53:28 UTC 2011
Author: jghali
Date: Thu Sep 29 21:53:28 2011
New Revision: 16862
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=16862
Log:
fix link issue of scribus150format plugin on win32
Modified:
trunk/Scribus/scribus/cellarea.h
Modified: trunk/Scribus/scribus/cellarea.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=16862&path=/trunk/Scribus/scribus/cellarea.h
==============================================================================
--- trunk/Scribus/scribus/cellarea.h (original)
+++ trunk/Scribus/scribus/cellarea.h Thu Sep 29 21:53:28 2011
@@ -9,6 +9,8 @@
#ifndef CELLAREA_H
#define CELLAREA_H
+#include "scribusapi.h"
+
/**
* The CellArea class is a simple representation of a rectangular area of table cells.
*
@@ -17,7 +19,7 @@
* purposes. The class is used during table layout when keeping track of areas of merged
* table cells.
*/
-class CellArea
+class SCRIBUS_API CellArea
{
public:
/// Constructs a new invalid area.
More information about the scribus-commit
mailing list