Skip to content

Commit

Permalink
Remove bad destructor definition
Browse files Browse the repository at this point in the history
Fixed #33
  • Loading branch information
jart committed Jun 21, 2016
1 parent 1cc777a commit f89b44f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiste.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Artiste { // The one who lives in your terminal.
public:
Artiste(std::ostream& output, std::istream& input,
RenderAlgorithm algorithm, bool duopixel, bool use_sixel);
~Artiste();
// The Artiste refuses such mimicry. (As expected of a hippy.)
Artiste(const Artiste& a) = delete;
void operator=(const Artiste& a) = delete;
Expand Down

0 comments on commit f89b44f

Please sign in to comment.