Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ee9bd2

Browse filesBrowse files
committed
[ 1922569 ] gcc 4.3 C++ compilation errors (Thanks, Jef Spaleta)
svn path=/branches/v0_91_maint/; revision=5128
1 parent 82da311 commit 5ee9bd2
Copy full SHA for 5ee9bd2

File tree

Expand file treeCollapse file tree

4 files changed

+165
-165
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+165
-165
lines changed

‎ttconv/pprdrv.h

Copy file name to clipboardExpand all lines: ttconv/pprdrv.h
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
*/
2121

2222
#include <vector>
23-
#include <assert.h>
23+
#include <cassert>
2424

2525
/*
26-
* Encapsulates all of the output to write to an arbitrary output
26+
* Encapsulates all of the output to write to an arbitrary output
2727
* function. This both removes the hardcoding of output to go to stdout
2828
* and makes output thread-safe. Michael Droettboom [06-07-07]
2929
*/
@@ -36,7 +36,7 @@ class TTStreamWriter {
3636
public:
3737
TTStreamWriter() { }
3838
virtual ~TTStreamWriter() { }
39-
39+
4040
virtual void write(const char*) = 0;
4141

4242
virtual void printf(const char* format, ...);
@@ -73,9 +73,9 @@ class TTException {
7373
const char* getMessage() { return message; }
7474
};
7575

76-
/*
76+
/*
7777
** No debug code will be included if this
78-
** is not defined:
78+
** is not defined:
7979
*/
8080
/* #define DEBUG 1 */
8181

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.