We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc777a commit f89b44fCopy full SHA for f89b44f
artiste.h
@@ -18,7 +18,6 @@ class Artiste { // The one who lives in your terminal.
18
public:
19
Artiste(std::ostream& output, std::istream& input,
20
RenderAlgorithm algorithm, bool duopixel, bool use_sixel);
21
- ~Artiste();
22
// The Artiste refuses such mimicry. (As expected of a hippy.)
23
Artiste(const Artiste& a) = delete;
24
void operator=(const Artiste& a) = delete;
0 commit comments