Tidying up.

This commit is contained in:
Samuel Dunn 2017-06-25 14:21:40 -07:00
parent 565bf4d155
commit cb91584c11
7 changed files with 6 additions and 8 deletions

View File

@ -28,4 +28,4 @@ public:
protected:
virtual bool DoCanRead(wxInputStream& stream);
};
};

View File

@ -37,4 +37,4 @@ public:
protected:
virtual bool DoCanRead(wxInputStream& stream);
};
};

View File

@ -29,4 +29,4 @@ public:
protected:
virtual bool DoCanRead(wxInputStream& stream);
};
};

View File

@ -49,4 +49,4 @@ public:
protected:
virtual bool DoCanRead( wxInputStream& stream );
};
};

View File

@ -29,4 +29,4 @@ public:
protected:
virtual bool DoCanRead(wxInputStream& stream);
};
};

View File

@ -29,4 +29,4 @@ public:
protected:
virtual bool DoCanRead(wxInputStream& stream);
};
};

View File

@ -11,8 +11,6 @@
#define wxIMAGE_OPTION_TIFF_PHOTOMETRIC wxString("Photometric")
#define wxIMAGE_OPTION_TIFF_IMAGEDESCRIPTOR wxString("ImageDescriptor")
// todo: confirm library and category, and generate some real body documentation
/**
@class wxTIFFHandler