Skip to content
Snippets Groups Projects
Commit a71b062d authored by Jean-Marc's avatar Jean-Marc
Browse files

erreur fct test3

parent 9f20af6b
No related branches found
No related tags found
No related merge requests found
Pipeline #190199 failed
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -16,6 +16,10 @@ private: ...@@ -16,6 +16,10 @@ private:
Image(); Image();
Image(unsigned int x, unsigned int y); Image(unsigned int x, unsigned int y);
~Image(); ~Image();
void static testRegression()
{
}
Pixel & getPix(unsigned int x, unsigned int y) const; Pixel & getPix(unsigned int x, unsigned int y) const;
Pixel getPix2(unsigned int x, unsigned int y) const; Pixel getPix2(unsigned int x, unsigned int y) const;
void setPix(unsigned int x, unsigned int y, Pixel couleur); void setPix(unsigned int x, unsigned int y, Pixel couleur);
...@@ -26,10 +30,7 @@ private: ...@@ -26,10 +30,7 @@ private:
void ouvrir(const string &filename); void ouvrir(const string &filename);
void afficherConsole()const; void afficherConsole()const;
void static testRegression()
{
}
}; };
......
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