Automated Release Preparation

This commit is contained in:
2020-01-16 22:55:15 +01:00
parent 5b94ffda3c
commit 83201fe714
57 changed files with 2058 additions and 1600 deletions

View File

@@ -20,7 +20,7 @@ class IntelliTool;
* \brief An abstract class which manages the basic IntelliImage operations.
*/
class IntelliImage {
friend UnitTest;
friend UnitTest;
friend IntelliTool;
public:

View File

@@ -10,7 +10,7 @@ class UnitTest;
* \brief The IntelliRasterImage manages a RASTERIMAGE.
*/
class IntelliRasterImage : public IntelliImage {
friend UnitTest;
friend UnitTest;
friend IntelliTool;
protected:
/*!

View File

@@ -11,7 +11,7 @@ class UnitTest;
* \brief The IntelliShapedImage manages a Shapedimage.
*/
class IntelliShapedImage : public IntelliRasterImage {
friend UnitTest;
friend UnitTest;
friend IntelliTool;
private:
/*!