Skip to content

Commit

Permalink
Modified PrintAdapter to use PrintExtension instead of Print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris--A committed Jul 7, 2016
1 parent 59fa48e commit a7aacd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/PrintAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef HEADER_PRINTADAPTER
#define HEADER_PRINTADAPTER

class PrintAdapter : public StreamExtension{
class PrintAdapter : public PrintExtension, public StreamExtension{
public:

PrintAdapter( Print &target ) : out(target) {}
Expand Down

0 comments on commit a7aacd9

Please sign in to comment.