Index: printing/backend/cups_deleters.h |
diff --git a/printing/backend/cups_deleters.h b/printing/backend/cups_deleters.h |
index ac4ef4df1626580a87a3ea704d8ddcc045c5bcb3..004dc06b174e2002aa7f39d4583bc29b997f83a7 100644 |
--- a/printing/backend/cups_deleters.h |
+++ b/printing/backend/cups_deleters.h |
@@ -24,6 +24,11 @@ struct DestInfoDeleter { |
void operator()(cups_dinfo_t* info) const; |
}; |
+struct OptionDeleter { |
+ public: |
+ void operator()(cups_option_t* option) const; |
+}; |
+ |
} // namespace printing |
#endif // PRINTING_BACKEND_CUPS_DELETERS_H_ |