r14829 by jghali - fix error when linking with msvc

scribus-commit scribus-commit at lists.scribus.net
Fri Feb 26 16:40:36 CET 2010


Revision: 14829
Author: jghali
Date: 2010-02-26T15:37:22.383396Z
Commit message: fix error when linking with msvc

Changeset: 
M  /trunk/Scribus/scribus/sampleitem.h

Diffs:
Index: scribus/sampleitem.h
===================================================================
--- scribus/sampleitem.h	(revision 14828)
+++ scribus/sampleitem.h	(revision 14829)
@@ -94,7 +94,7 @@
 		*/
 		QPixmap getSample(int width, int height);
 		/*! \brief Remove the tmp issues. */
-		void cleanupTemporary();
+		void cleanupTemporary() {};
 
 	private:
 		//! \brief Text to be rendered




More information about the scribus-commit mailing list