freebsd-ports/sysutils/k3b/files/patch-src-device-k3bdevice.h
Tilman Keskinoz d4fe0e7316 - Fix detection of TEAC R56S
PR:		71010
Reported by:	Reinhard Lenninger
Submitted by:	maintainer

- Upgrade to 0.11.14

PR:		71113
Submitted by:	maintainer
2004-09-02 15:26:02 +00:00

13 lines
296 B
C++

--- src/device/k3bdevice.h.orig Thu Jul 29 12:07:16 2004
+++ src/device/k3bdevice.h Sun Aug 22 15:28:36 2004
@@ -677,6 +677,10 @@
class Private;
Private* d;
+#ifdef __FreeBSD__
+ QString m_passDevice;
+ friend class ScsiCommand;
+#endif
friend class DeviceManager;
};