Skip to content
Snippets Groups Projects
Commit 8bb7cbdc authored by Steven Murray's avatar Steven Murray
Browse files

Removed deadwood forward declaration of Catalogue class from ArchiveFileItor...

Removed deadwood forward declaration of Catalogue class from ArchiveFileItor and DeletedArchiveFileItor
parent 6a6aca84
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,6 @@ namespace catalogue {
*/
class ArchiveFileItorImpl;
/**
* Forward declaration.
*/
class Catalogue;
/**
* A wrapper around an object that iterators over a list of archive files.
*
......
......@@ -25,8 +25,6 @@ namespace catalogue {
class DeletedArchiveFileItorImpl;
class Catalogue;
class DeletedArchiveFileItor {
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment