mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Rename all protos to end with 'Proto' to avoid name conflicts.
This commit is contained in:
@@ -28,7 +28,7 @@ static void write_and_update_checksum(ByteWriter& bw, uint32_t& checksum, const
|
||||
class DiskCopyImageWriter : public ImageWriter
|
||||
{
|
||||
public:
|
||||
DiskCopyImageWriter(const Config_OutputFile& config):
|
||||
DiskCopyImageWriter(const OutputFileProto& config):
|
||||
ImageWriter(config)
|
||||
{}
|
||||
|
||||
@@ -170,7 +170,7 @@ public:
|
||||
};
|
||||
|
||||
std::unique_ptr<ImageWriter> ImageWriter::createDiskCopyImageWriter(
|
||||
const Config_OutputFile& config)
|
||||
const OutputFileProto& config)
|
||||
{
|
||||
return std::unique_ptr<ImageWriter>(new DiskCopyImageWriter(config));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user