Skip to content

Commit 3401ac9

Browse files
adding default constructor
1 parent 12666de commit 3401ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/OutputStream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace avtranscoder
1111
class OutputStream
1212
{
1313
public:
14-
OutputStream( );
14+
OutputStream( ) {};
1515

1616
virtual ~OutputStream() {};
1717

0 commit comments

Comments
 (0)