Made ASCII map static

This commit is contained in:
Lauchmelder 2022-01-20 15:42:43 +01:00
parent 3da237a46b
commit 914bb670dd
2 changed files with 9 additions and 3 deletions

View file

@ -13,6 +13,10 @@
*/
class Bild
{
public:
// ASCII characters used when printing the image to stdcout
static const std::string asciiBrightnessMap;
public:
/**
* @brief Creates a new empty picture.