freebsd-ports/sysutils/k3b/files/patch-src-device-k3bdevice.h
Markus Brueffer 0c47e29329 - Update to 0.11.6
- remove trailing ^M in pkg-plist

PR:		ports/64201
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
Approved by:	arved (mentor)
2004-03-18 17:41:41 +00:00

13 lines
296 B
C++

--- src/device/k3bdevice.h.orig Fri Jan 30 11:28:15 2004
+++ src/device/k3bdevice.h Fri Feb 13 21:03:38 2004
@@ -654,6 +654,10 @@
class Private;
Private* d;
+#ifdef __FreeBSD__
+ QString m_passDevice;
+ friend class ScsiCommand;
+#endif
friend class DeviceManager;
};