mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
785e7a5704
PR: 69310 Submitted by: maintainer
14 lines
296 B
C++
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;
|
|
};
|
|
|