Made ASCII map static
This commit is contained in:
parent
3da237a46b
commit
914bb670dd
2 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue