1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/sysutils/k3b/files/patch-src-device-k3bdevice.h
Ying-Chieh Liao 785e7a5704 upgrade to 0.11.12
PR:		69310
Submitted by:	maintainer
2004-07-20 01:19:58 +00:00

14 lines
296 B
C++

--- src/device/k3bdevice.h.orig Wed Jun 9 18:36:58 2004
+++ src/device/k3bdevice.h Sun Jul 11 12:24:22 2004
@@ -677,6 +677,10 @@
class Private;
Private* d;
+#ifdef __FreeBSD__
+ QString m_passDevice;
+ friend class ScsiCommand;
+#endif
friend class DeviceManager;
};