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

erreur tab

parent 2b3d6b3d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ Image::~Image()
dimx = 0;
dimy = 0;
delete [] tab;
tab = NULL;
tab = nullptr;
}
......
......@@ -24,9 +24,9 @@ private:
Pixel * getTab()const;
void sauver(const string &filename) const;
void ouvrir(const string &filename);
void afficherConsole();
void afficherConsole()const;
static void testRegression()
void static testRegression()
{
Pixel p;
Pixel p2(10,20,30);
......
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