Index: disk.h |
diff --git a/disk.h b/disk.h |
index 14cc059602eb586e779ad37954482278544992c7..2341db90e7fd12aea2b84d7d677afdc532ced159 100644 |
--- a/disk.h |
+++ b/disk.h |
@@ -25,6 +25,7 @@ class Disk { |
Disk(); |
virtual ~Disk(); |
+ DBusDisk ToDBusFormat() const; |
bool is_drive() const { return is_drive_; } |
void set_is_drive(bool is_drive) { is_drive_ = is_drive; } |