summaryrefslogtreecommitdiffstats
path: root/src/printsupport
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2014-12-11 07:44:28 +0100
committerThiago Macieira <thiago.macieira@intel.com>2015-01-08 01:06:07 +0100
commit1daa7aff4d29f82a31c4d7d0172a119aaa43aaa3 (patch)
tree3b5fd04862b1767f61ccd022f0a0ad65885e169d /src/printsupport
parent099075427b05bbb7075854401da15afd474f18dc (diff)
Remove extra ';' after QPrint namespace block
The extra ';' causes a warning when gcc is used with -Wpedantic. Change-Id: I3d99aca6f160e46dbe2173106160474664e06b2c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/printsupport')
-rw-r--r--src/printsupport/kernel/qprint_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printsupport/kernel/qprint_p.h b/src/printsupport/kernel/qprint_p.h
index 504a0d6e20..ebb165190e 100644
--- a/src/printsupport/kernel/qprint_p.h
+++ b/src/printsupport/kernel/qprint_p.h
@@ -143,7 +143,7 @@ namespace QPrint {
QPrint::OutputBinId id;
};
-};
+}
struct InputSlotMap {
QPrint::InputSlotId id;