forked from Lainports/freebsd-ports
PR: 71010 Reported by: Reinhard Lenninger Submitted by: maintainer - Upgrade to 0.11.14 PR: 71113 Submitted by: maintainer
13 lines
296 B
C++
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;
|
|
};
|
|
|