diff --git a/DiscImageChef.CommonTypes/Interfaces/IWritableTapeImage.cs b/DiscImageChef.CommonTypes/Interfaces/IWritableTapeImage.cs
index 4b31e57e2..743b31661 100644
--- a/DiscImageChef.CommonTypes/Interfaces/IWritableTapeImage.cs
+++ b/DiscImageChef.CommonTypes/Interfaces/IWritableTapeImage.cs
@@ -36,21 +36,22 @@
// ----------------------------------------------------------------------------
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
+
using DiscImageChef.CommonTypes.Structs;
namespace DiscImageChef.CommonTypes.Interfaces
{
- public interface IWritableTapeImage : ITapeImage
+ public interface IWritableTapeImage : ITapeImage, IWritableImage
{
///
- /// Registers a new file in the image
+ /// Registers a new file in the image
///
/// Tape file descriptor
/// true if successful, false otherwise
bool AddFile(TapeFile file);
///
- /// Registers a new partition
+ /// Registers a new partition
///
/// Tape partition descriptor
/// true if successful, false otherwise