summaryrefslogtreecommitdiff
path: root/goo/PNGWriter.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-08-16 23:30:50 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-08-16 23:30:50 +0200
commita642aad68733c25f4055c268d691eedcf4e14a22 (patch)
treeaa5f578da0ef2e3e7b0ba5c5d73e25748fc58a01 /goo/PNGWriter.h
parent31947d413eae115acc147c33fc55b8ab4adccd91 (diff)
PNGWriterPrivate is actually a struct not a class
Diffstat (limited to 'goo/PNGWriter.h')
-rw-r--r--goo/PNGWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/goo/PNGWriter.h b/goo/PNGWriter.h
index c73c9642..ac8f95a7 100644
--- a/goo/PNGWriter.h
+++ b/goo/PNGWriter.h
@@ -6,7 +6,7 @@
//
// Copyright (C) 2009 Warren Toomey <wkt@tuhs.org>
// Copyright (C) 2009 Shen Liang <shenzhuxi@gmail.com>
-// Copyright (C) 2009, 2011, 2012 Albert Astals Cid <aacid@kde.org>
+// Copyright (C) 2009, 2011-2013 Albert Astals Cid <aacid@kde.org>
// Copyright (C) 2009 Stefan Thomas <thomas@eload24.com>
// Copyright (C) 2010, 2011 Adrian Johnson <ajohnson@redneon.com>
// Copyright (C) 2012 Pino Toscano <pino@kde.org>
@@ -22,7 +22,7 @@
#include "ImgWriter.h"
-class PNGWriterPrivate;
+struct PNGWriterPrivate;
class PNGWriter : public ImgWriter
{