r18989 by jghali - fix build error on Windows
scribus-commit
scribus-commit at lists.scribus.net
Thu Apr 3 15:45:34 UTC 2014
Author: jghali
Date: Thu Apr 3 15:45:34 2014
New Revision: 18989
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18989
Log:
fix build error on Windows
Modified:
trunk/Scribus/scribus/text/textlayout.h
Modified: trunk/Scribus/scribus/text/textlayout.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18989&path=/trunk/Scribus/scribus/text/textlayout.h
==============================================================================
--- trunk/Scribus/scribus/text/textlayout.h (original)
+++ trunk/Scribus/scribus/text/textlayout.h Thu Apr 3 15:45:34 2014
@@ -17,6 +17,8 @@
#define TEXTLAYOUT_H
#include <QList>
+
+#include "scribusapi.h"
#include "fpoint.h"
#include "frect.h"
@@ -53,7 +55,7 @@
structure and the lines' glyph layouts. It will use some of the layouters above to create a Box.
It listens to change events from the StoryText and the PageItem and will update the layout accordingly.
*/
-class TextLayout
+class SCRIBUS_API TextLayout
{
public:
TextLayout(StoryText* text, PageItem* frame);
More information about the scribus-commit
mailing list